vs2005 How to open a project (project) created in vs2008

Source: Internet
Author: User
Tags visual studio
vs2005 How to open the Project (project) "Go" created in vs2008

The conversion method between keyword:vs2005 and vs2008 in project format
Method 1: Open the. sln file with Notepad, and you will see:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
You change it to:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Which is available 2005来 open
If you don't believe it, try ^_^.
Source:http://topic.csdn.net/u/20080802/17/d06105cc-ebc3-4562-8cc5-9966679910fd.html

Method 2: First you want to make sure that the project you are building is. NET Framework 2.0, not the. NET Framework 3.5.  
1. Open the solution file with Notepad [solution name].sln, and then modify the top two behaviors as follows:  
Microsoft Visual Studio solution file, Format Version 9.00 # Visual Studio 2005 

2. Open each project file with Notepad [project name].csproj, remove the following node under <PropertyGroup> node: < Targetframeworkversion>v2.0</targetframeworkversion> and modify the ProductVersion and import two nodes as follows: < Productversion>8.0.50727</productversion> <import project= "$ (MSBuildBinPath) \ Microsoft.CSharp.targets "/> This should be open.
source:http://space.cnblogs.com/question/2636/#c #

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.