Hi there.I have an issue with navigation (NavigationWindow.Navigate) to
run-time parsed ( by XamlReader) page, when I try to navigate to page
readed and parsed by me, program hangs with InvalidOperationException
(Page must be child of Window or Frame), but if navigation goes to
compiled page (added by VS and compiled) it's all ok.Does it mean that
I cant use navigation with not pre-compiled pages?