Navigation Window in Xbap partial trust?
-
Hi, Dim window As New NavigationWindow gives me security exception in partial trust mode. If i change my project to full trust, it works. I am trying to navigate to new window on button click event. Is there a way to do so in partial trust mode?? Dim window As New NavigationWindow Dim uri As New Uri("Pages/Wizard.xaml", UriKind.RelativeOrAbsolute) window.Source = uri window.Show()
-
Hi, Dim window As New NavigationWindow gives me security exception in partial trust mode. If i change my project to full trust, it works. I am trying to navigate to new window on button click event. Is there a way to do so in partial trust mode?? Dim window As New NavigationWindow Dim uri As New Uri("Pages/Wizard.xaml", UriKind.RelativeOrAbsolute) window.Source = uri window.Show()
No application defined windows or dialogs in partial trust. Windows Presentation Foundation Partial Trust Security[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: