Learning Windows Phone 7 development together (7. Conversion of New and Old SDK development programs)

Source: Internet
Author: User
Tags visual studio 2010

After Windows Phone 7 was released in August, it was released along with its SDK (which I used earlier). However, a new SDK was released several months later, the SDK also contains a free Visual Studio 2010 Express version. The problem arises. If the old SDK version is installed, You Need To uninstall it all before installing the new SDK version. This looks very easy, however, once a new SDK is installedProgram. This requires manual adjustments.

1. Add the attribute content in \ properties \ wmappmanifest. xml:

<Capabilities>
<Capability name = "id_cap_networking"/>
<Capability name = "id_cap_location"/>
<Capability name = "id_cap_sensors"/>
<Capability name = "id_cap_microphone"/>
<Capability name = "id_cap_medialib"/>
<Capability name = "id_cap_gamerservices"/>
<Capability name = "id_cap_phonedialer"/>
<Capability name = "id_cap_push_notification"/>
<Capability name = "id_cap_webbrowsercomponent"/>
</Capabilities>

2. If it does not work after it is added, it may be caused by a problem in Visual Studio 2010, which also needs to be changed. Because the new version is dedicated to Windows Phone.

3. If it still doesn't work, you have to recreate a new job and migrate it.

Related Article

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.