In VS2015 RC, open the project created in CTP, vs2015ctp

Source: Internet
Author: User
Tags new windows 10

In VS2015 RC, open the project created in CTP, vs2015ctp

VS2015 finally got RC! Let's install and try it out. The address is here, and there is a new Windows 10 Development Tool. Otherwise, you cannot develop the Universal Windows App. please uninstall the CTP version before installation.

 

The new RC version has some new changes, so you cannot directly open the project created in the CTP -. -You must make some modifications manually.

 

If you have previously created a project using VS2015 CTP, you will be prompted to update the project if you open the project directly using RC, for example:

 

The modification method is simple. The following uses the C # project as an example:

 

1. First, you need to confirm the Universal Windows Platform on your computer (the general applications we are developing are all on one Platform). If you are using the default installation\ Program Files (x86) \ Windows Kits \ 10 \ Platforms \ UAPThis directory, for example, needs to be used after copying this version number.

<Dependencies> <TargetDeviceFamily Name = "Windows. Universal" MinVersion = "10.0.10069.0" MaxVersionTested = "10.0.10069.0"/> </Dependencies>

 

PS: if an error is prompted during startup after the above method is used, it may be a problem with the system version (I encountered an error on 10069 ..), Check your Windows version and upgrade10074Or a later version.

 

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.