I would like to know if anyone has done this before or tried to do it. I would like to navigate from my current page to a page generated and stored on the isolated storage.
Is that possible?
I already found a way of generating the xaml code and I’m working on generating the xaml.cs file but I can’t seem to find a way of navigating to the newly created and existing file in the isolated storage.
I am using the “isostore” URI schema but it throws an exception in RootFrame_NavigationFailed:
[System.InvalidOperationException] = {“No XAML was found at the location ‘/isostore;/screenTest.xaml’.”} . Thank you in advance.
Best regards,
Cipri
1 Answer