Mixed mode assembley
-
Hello, Im using vs2010 .NET 4. Ive created a new WPF projects that uses assembley created in .NET 2. When i tried to compile i got the next error: "Mixed mode assembley is built against version v2.0.50727 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information". After googling i found the solution af adding those line to the app.config: <startup useLegacyV2RuntimeActivationPolicy = "true"> <supportedRuntime version = "4.0" sku = ".NETFramework,Version =v4.0"/> /startup> But the error still present. :( Can any one help? Thanks.
-
Hello, Im using vs2010 .NET 4. Ive created a new WPF projects that uses assembley created in .NET 2. When i tried to compile i got the next error: "Mixed mode assembley is built against version v2.0.50727 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information". After googling i found the solution af adding those line to the app.config: <startup useLegacyV2RuntimeActivationPolicy = "true"> <supportedRuntime version = "4.0" sku = ".NETFramework,Version =v4.0"/> /startup> But the error still present. :( Can any one help? Thanks.
Add the following code, it should work properly I have tried it.
-
Add the following code, it should work properly I have tried it.
What code?
Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
Hello, Im using vs2010 .NET 4. Ive created a new WPF projects that uses assembley created in .NET 2. When i tried to compile i got the next error: "Mixed mode assembley is built against version v2.0.50727 of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information". After googling i found the solution af adding those line to the app.config: <startup useLegacyV2RuntimeActivationPolicy = "true"> <supportedRuntime version = "4.0" sku = ".NETFramework,Version =v4.0"/> /startup> But the error still present. :( Can any one help? Thanks.
http://social.msdn.microsoft.com/Forums/en/windowsazuretroubleshooting/thread/a8fd9cc6-f347-4c50-8dd5-147ecd686325[^] Follow this link and check the answers on this link it may helps you... :)