I am using prism framework in a silverlight app with multiple modules in separate XAPs. I have a resource dictionary defined in myin my shell project. In my modules I can use the resources fine, but
After weeks of using Prism I have been through every kind of navigation methods. But there is still one thing that I haven\'t been able to achieve with Prism \"out-of-the-box\": navigate to a view-mod
Context I\'m looking for a way to build system using PRISM and unity in a Silverlight application so that I can have a use case controller that manages the navigation and other stuff related to a spe
I keep getting an error when trying to use Prism4 Bootstrapper with Unity referenced by source (include existing projects into the solution). I also get an error building Unity from source and then in
I have a little problem with the OnNavigatedTo method in the INavigationAware interface. When I show my view with RegionManager.RequestNavigate(myRegionName, myViewName),
I\'m using Prism so I can create a modular solution. I need to access the WebContext and AuthenticationService in my modules and believe the best way to do this is to move auto generated Authenticatio
I am utilizing MEF in my PRISM 4.0 application to load the modules. In order to be sure that they are being downloaded I have made my Shell to import IPartImportsSatisfiedNotification.Then within the
I am trying to implement prism in an application. I defined regions in S开发者_高级运维hell.xaml and called Views of Modules in different regions.
I have two questions about the scenario below:Why didn\'t the region originally get added to the region collection?
i\"m using prism with AvalonDoc. when i try to restore the layout (on the event handler of the menu button \"RestoreLayout\")