I\'m learning WP coding and I have problem that I can\'t solve :/
try { NavigationService.Navigate(new Uri(\"/edit.xaml\", UriKind.Relative)); } catch
This solve the problem:
(Application.Current.RootVisual as PhoneApplicationFrame).Navigate(new Uri("/edit.xaml", UriKind.Relative));