Convert VS 2012 Solution to VS 2010 or lower versions
open your soln. file in notepad and make 2 changes
- Replace "Format Version 12.00" with "Format Version 11.00" (without quotes.)
- Replace "# Visual Studio 2012" with "# Visual Studio 2010" (without quotes.)
Editing the solution file works but you may still get the incompatible error if you had .NET 4.5 selected as the default .NET version in your VS-2012 project and your VS-2010 enviroment doesn't support that. To quickly fix that, open the VS-2012 .csproj file in a text editor and change the TargetFrameworkVersion down to 4.0 (from 4.5). VS2010 will then - load the "edited" solution and projects without any error. You'll also have to edit an app.config files that have references to .NET 4.5 in a similar way to allow them to run on a .NET 4.0 environment.
Please Give Us Your 1 Minute In Sharing This Post!
Related Posts:
How to Convert VS2012 Solution to VS2010
0 comments:
Post a Comment