framework 1.1 - 2.0 compatibility issue
-
Dear all, I got this project that was written originally on .NET framework 1.1. I converted the project with Visual C# 2005 Express , and it compiles just fine. However, when I want to run it I get a .NET framework initialization error , telling me that I need 1.1 in order to run the application. I though 1.1 was , without any restrictions, backwards compatible. How can I fix this without re-writing the entire code. cheers,
-
Dear all, I got this project that was written originally on .NET framework 1.1. I converted the project with Visual C# 2005 Express , and it compiles just fine. However, when I want to run it I get a .NET framework initialization error , telling me that I need 1.1 in order to run the application. I though 1.1 was , without any restrictions, backwards compatible. How can I fix this without re-writing the entire code. cheers,
You rebuilt the app using VS 2005 and *that* binary asks for v1.1? :wtf: Have you tried running it through the debugger yet?
Cheers, Vıkram.
Be yourself, no matter what they say. - Sting, Englishman in New York.
-
You rebuilt the app using VS 2005 and *that* binary asks for v1.1? :wtf: Have you tried running it through the debugger yet?
Cheers, Vıkram.
Be yourself, no matter what they say. - Sting, Englishman in New York.
Yup .. that's exactly what it does :D Weird huh ? The debugger tells me that it cannot open a CLR and that I have to repair my Framework 2.0. However, other programs debug, compile and run just fine, so I highly doubt if it's the framework that is broken.