As soon as I open the project in VS1010, the wizard starts for upgrading to .net 4.0. I need to keep these projects in .net 2.0 without migrating to .net 4.0.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The conversion is to support the changes in the newer IDE – not necessarily anything to do with changing the targeted framework.
Apparently this is called round tripping and is not currently supported:
why does visual studio 2010 convert my projects
However, once converted you can re-target the framework back to version 2 under the project properties.