So I made a WP8 app and I split them into separate projects, and I put a button that redirects to another app's page but the other page is on a separate project that i have already added. How do I program it so that when I tap that button, it redirects me to another page that is of a different project but the same solution?
the code i used is:
App.RootFrame.Navigate(new Uri("/MainPage.xaml", UriKind.RelativeOrAbsolute));