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 :
and if i remove the new variable this error disappear and my program goes running, have you any idea why this following error occur ?
'System.IO.FileNotFoundException' an error occurred in System.Windows.Forms.dllUnable 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 ?