How to open a VS2012 project in VS2010

Source: Internet
Author: User

vs Low version When you open a project that is created in a high version, you are prompted to "the selected file is a solution file but was created with a newer version of this application and cannot be opened"

Workaround:

WordPad Open Solution sln file

Change it to the VS version you're using now to open it.

VS2010 instead:

Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010

VS2008 instead:

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008

Use Notepad to open and delete the two statements with v110 tags.

<PlatformToolset>v110</PlatformToolset>

Now it's ready.

Only the first one can be ported to VS2010, but cannot be compiled, only the second project file can be modified.

Now you can write the program on this excellent IDE VS2012, and finally transplanted to VS2010 by the above method.

How to open a VS2012 project in VS2010

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.