C#C
C#4y ago
Elio

DLL Unable to load file or assembly [Answered]

Hi, i've made my own DLL and when i try to create a new variable with a class from this DLL, it launch the following error :
'System.IO.FileNotFoundException' an error occurred in System.Windows.Forms.dll
Unable to load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

and if i remove the new variable this error disappear and my program goes running, have you any idea why this following error occur ?
Was this page helpful?