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?
Asked
Active
Viewed 2,202 times
-2
-
You can find your answer here: http://stackoverflow.com/questions/23154359/windows-phone-8-1-page-navigation (8.1 has a lot of changes) – Chubosaurus Software Aug 20 '14 at 22:46
1 Answers
3
Its like this. Things have changed in Windows Phone 8.1
Frame.Navigate(typeof(Page1));

Kasun Kodagoda
- 3,956
- 5
- 31
- 54