First, you need to convert visual studio 2010 solution file (.sln) to visual studio 2008 solution file (.sln) simply follow these steps:
in .sln file replace:
"Format Version 11.00" to "Format Version 10.00"
"# Visual Studio 2010" to "# Visual Studio 2008"
in .csproj replace
"ToolsVersion=''4.0''" to "ToolsVersion=''3.5''"
"Microsoft\VisualStudio\v10.0" to "Microsoft\VisualStudio\v9.0"
After that, you can Open the Solution file and work normally.
Note: with the WEB Project,...
Home » Archives for Oktober 2012
How to Open Visual Studio 2010 Project file on Visual Studio 2008
in
Convert,
programming,
project,
Tips,
Visual Studio
- on 10/01/2012
- No comments
Sponsors