I have windows phone solution ; which contain two c# projects. I have a button in one in the pages in the first project ; which we redirect the user to another page in the second solution. How to redirect to a page which exists in specif project to another page in other project in the same solution ? since we use the following code to redirect between the pages in the same project.
NavigationService.Navigate(new Uri("/MainPage.xaml", UriKind.Relative));