Hello,
I am using a Silverlight Navigation project with Prism. I am loading a module for a page and another module within the page. Everything works fine except for one thing.
If I set the Navigation Cache Mode to Enabled, the project works properly when I switch to the page. Everything loads and all modules are fully functional. I can switch to other pages in the application and back to the Prism Module page.
The problem is that I do not want to enable the page cache for the page. If I set the cache to disabled, then a white page appears instead of the module page. There are no errors and I have single-stepped through the code and it looks like everything is functioning properly.
Any ideas as to what might be wrong? I am assumming that page cache disabled is valid for Prism. Is this assumption correct? I have not found anything to the contrary on the Internet.
Thanks, Warren