-2

Am developing an app for windows phone 8.1, I tried navigating from the MainPage to another page using NavigationService class, But visual studio show no reference for the class(The namespace of NavigationService not found) My Question is how to i locate the NavigationService namespace have tried using System.Windows.Navigation Namespace still not found issue..Am actually new to windows mobile development. or is There other class for Navigating between pages?

heeleeaz
  • 322
  • 1
  • 3
  • 13

1 Answers1

3

Its like this. Things have changed in Windows Phone 8.1

Frame.Navigate(typeof(Page1));
Kasun Kodagoda
  • 3,956
  • 5
  • 31
  • 54