- Messages
- 19
- Country

Hello,
I recently switched from Delphi programming to C# using Visual Studio 2010 Express.
When trying to compile my first project, I get a "FileLoadException" on "Application.Run(new Form1));"
The message (in french) is : "L'assembly en mode mixte est créé avec la version 'v2.0.50727' du runtime et ne peut pas être chargé dans le runtime 4.0 sans d'autres informations de configuration."
I try to translate : "The assembly in mix mode (I suppose 'simconnect.dll') was created with version 'v2.0.50727' of the runtime and cannot be loaded into runtime 4.0 without other configuration data (informations)."
If I compile the same project using framework 3.5, it works fine ... but I want to use framework 4.0.
Question : Who knows which "configuration data" is missing and how I can add it ?
Thanks in advance
Jacky
I recently switched from Delphi programming to C# using Visual Studio 2010 Express.
When trying to compile my first project, I get a "FileLoadException" on "Application.Run(new Form1));"
The message (in french) is : "L'assembly en mode mixte est créé avec la version 'v2.0.50727' du runtime et ne peut pas être chargé dans le runtime 4.0 sans d'autres informations de configuration."
I try to translate : "The assembly in mix mode (I suppose 'simconnect.dll') was created with version 'v2.0.50727' of the runtime and cannot be loaded into runtime 4.0 without other configuration data (informations)."
If I compile the same project using framework 3.5, it works fine ... but I want to use framework 4.0.
Question : Who knows which "configuration data" is missing and how I can add it ?
Thanks in advance
Jacky


Hello again,



.