Categories
7.0 7.5 C#.NET HOW TO Microsoft SDK 7.1 Visual Studio Windows Phone

HOW TO change the StartPage in Windows Phone 7 Application in Visual Studio 2010 [C#.NET]

This post contains detailed instruction how to change the StartPage in Windows Phone 7 Application in Visual Studio 2010 using C#.NET

Expand theĀ Properties folder into Solution Explorer of the VisualĀ C# Windows Phone Application Project and Open the WMAppManifest.xml file.
Change the NavigationPage with you new StartPage filename (case sensitive).

<Tasks>
  <DefaultTask Name ="_default" NavigationPage="MainPage.xaml"/>
</Tasks>

Did my HOW TO help you? Leave a reply.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.