I have recently installed VS 2008. Now I want to open my VS2010 project’s solution (sln) file in VS 2008. How can I do it?
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.
You cannot share the same solution file between 2008 and 2010. Each VS version expects its own .sln file version. You can downgrade 2010 .sln manually by opening it in Notepad and rewritting.
To
It works only for solutions which doesn’t use any new features from VS 2010 and once you try open the file again in VS 2010 it will have to upgrade it.
The best way is using separate .sln file for VS 2008 and 2010