The name of the starting xaml page for the Windows Phone 7 application is in the Properties\WMAppManifest.xml file:
.
.
.
<Tasks>
<DefaultTask Name ="_default" NavigationPage="MyStartXamlPage.xaml"/>
</Tasks>
.
.
.
Keeping track of my brain journey!
Comments