I made an app to WP8 and I used the page navigation like NavigationService.Navigate(new Uri(...)) and worked well. But now I\'m trying to develop a WP8.1 app an
NavigationService.Navigate(new Uri(...))
You can navigate using
Frame.Navigate(typeof(MainPage));