Tag Archives: object reference

Navigation Service in App.xaml.cs C#/XAML

Any attempt to do the below in App.xaml.cs will result in “An object reference is required for the non-static field, method or property System.Windows.Navigation.NavigationService.Navigate(System.Uri)” Thus to ensure proper navigation within App.xaml.cs page, below is the right way. The reason for … Continue reading

Posted in Windows Phone | Tagged , , , | 3 Comments