We are currently developing Sliverlight 4.0 based web application using PRISM 4.0 for Sliverlight 4.0. This web UI is a composite application consists of Legacy UI developed by some 3rd party and in-h
I am looking for information to which PRIMS/MVVM ddls I have to reference开发者_运维问答 to in my project to have available Prism/MVVM functionality for handling Commands. I plan to use only this part
I have an application (just a test) which uses MEF and PRISM. It\'s quite easy to load some exports that conform to specific interfaces
I am using PRISM for Silverlight 4.0 in one of my projects where I also access Sharepoint 2010. The strange thing is that randomly I get the error:
I am in processes of migrating my CAB application to Prism. And facing a specific request of having all the modules hosted in the shel开发者_如何转开发l be in different Appdomain. Was thinking of usin
I\'ve created some simple custom ModuleManager in my silverlight application based on PRISM. I also registered this type in bootstrapper, but PRISM still use the default manager. The constructor of my
I really need some more ideas as to what\'s causing this, currently it\'s driving me up the wall. I have a Xaml user control which contains another user control like this :
I am new to Prism WPF world, have one simple question. I have registered my view and viewmodel in the module initialise method like below
0Hi I have a shell in which i have a region \"MainContentRegion\" set. In that region i load this view:
I am building a WPF application using the 开发者_如何学CPRISM guidance, I want to use the Entity Framework 4 for a data repository.