jeudi 27 mars 2014

"Object reference not set to an instance of an object" error in vs13


Vote count:

0




Im usind cs 2013 for windos an when i try to debugg this error happens: "Object reference not set to an instance of an object" in:



{
public sealed partial class MainPage : Page
{
public MainPage()
{
this.InitializeComponent();
this.Frame.Navigate(typeof(WelcomePage));
}
}
}


in the navigation line. how can i fix this?



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire