views:

38

answers:

0

I have dynamically loaded a silverlight application (XAP) with multiple pages, to be hosted inside a master application. I'm able to run the application and load and display the initial page of the dynamically loaded application (which itself uses the business app template). However, when that application then tries to navigate to one of it's own pages from the first page, I get a "Page not found" error. If I run the application alone it's fine and the navigation works. Does anyone have any idea why the dynamically loaded app cannot reference it's own pages? I've tried moving them out of 'views' into the root, but it still doesn't seem to be able to navigate to them.