Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 cannot open a 2010 solution that Visual Studio 2012 modified

Basically, I had a project that was written with Visual Studio 2010 Express in C#, I then tried out using Visual Studio 2012 Express with that file, and now VS2010 says:

"The selected file is a solution file, but was created by a newer version of this application and cannot be opened."

Now when I had looked up about this, Microsoft said that you can still use 2010 if you do not use anything that was VS2012 specific. Well, I had tried out the built in Testing that is in the VS2012, and that was the only thing that was VS2012 specific, but deleting that from my project (the Testing project), still left it saying that it was created by a newer version.

So, how do you make a VS2010 solution that VS2012 modified work with VS2010 again?

like image 699
Xantham Avatar asked Sep 19 '12 00:09

Xantham


2 Answers

SP1 for VS 2010 is required to open VS 2012 modified solutions.

like image 144
aquinas Avatar answered Nov 15 '22 16:11

aquinas


Try this out:

http://vsprojectconverter.codeplex.com/

Personally I've never used it but I have it marked as a tool to use if I run into issues. Hope it helps!

like image 43
Nate-Wilkins Avatar answered Nov 15 '22 17:11

Nate-Wilkins