Today finally released the official version of developer Toolkit, in its related documents also have detailed about the official version of the beta version of the difference, you can see the changes are not very large, unlike the CTP version is completely incompatible. The most notable of all in this document is the reference to the differences within the wmappmanifest.xml.
1. runtimetype= "Silverlight" should be changed to runtimetype= "Silverlight", otherwise this error might occur:
Manifest Validation Fails:error code:validationschemavalidation
2. The <Capabilities> section has also changed accordingly:
The original:
<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" />
RTM's:
<Capability Name="ID_CAP_GAMERSERVICES"/>
<Capability Name="ID_CAP_IDENTITY_DEVICE"/>
<Capability Name="ID_CAP_IDENTITY_USER"/>
<Capability Name="ID_CAP_LOCATION"/>
<Capability Name="ID_CAP_MEDIALIB"/>
<Capability Name="ID_CAP_MICROPHONE"/>
<Capability Name="ID_CAP_NETWORKING"/>
<Capability Name="ID_CAP_PHONEDIALER"/>
<Capability Name="ID_CAP_PUSH_NOTIFICATION"/>
<Capability Name="ID_CAP_SENSORS"/>
<Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/>
In addition, Panorama and pivot projects have been added, so that the corresponding programs can be developed. But here's a question, what about the TQ WP7 starter? What is the difference between these two panorama and pivot?