Reviewed: Prism 4.2 for .NET 4.5 (三月 19, 2014)
Rated 5 Stars (out of 5) - I'll update my software to prism 4.2 When will the stable version release?
View ArticleReviewed: Prism 4.2 for .NET 4.5 (Mar 20, 2014)
Rated 5 Stars (out of 5) - I tried to download this beta and compile the Prism library on Windows 7 with Visual Studio Express for Desktop, but the Prism.Mvvm and Prism.SharedInterfaces was reported as...
View ArticleNew Post: Starting a PRISM WPF application from another application
Hi, I struck with the similar problem friends. Please help me. I have a Wpf prism application. I made it as a Class library so that I am able to generate a dll for this Prism application. Now I want to...
View ArticleNew Post: Making WPF PRISM APP as DLL, and using this DLL launch PRISM APP...
Hi, I have a Wpf prism application. I made it as a Class library so that I am able to generate a dll for this Prism application. Now I want to use this DLL in another Windows Application, and launch...
View ArticleNew Post: Starting a PRISM WPF application from another application
Hi Srini, I don't completely understand the scenario you are describing. What would be the reason that you need a Prism App gets executed into a Windows Form application. Are you planning to perform an...
View ArticleNew Post: Making WPF PRISM APP as DLL, and using this DLL launch PRISM APP...
Hi Srini, This exact question has already been asked and replied in the following thread:Starting a PRISM WPF application from another application In order to keep the forum organized and cleared, we...
View ArticleNew Post: Starting a PRISM WPF application from another application
Hi Gabriel, Thanks for your reply. Basically the scenario is, We already have a one old Windows Application at our client location. Now we need to put one button on the existing winforms and then from...
View ArticleNew Post: Prism and Windows Store
I've read some very old threads on the subject without much hope. I am ready to start porting my applications from WPF to Windows Store. It appears that MEF 2 is alive and well, so I'll be using that...
View ArticleCreated Unassigned: directory name containing # char causes...
In method MefFileModuleTypeLoader.LoadModuleType call to moduleInfo.Ref returns string...
View ArticleCommented Unassigned: directory name containing # char causes...
In method MefFileModuleTypeLoader.LoadModuleType call to moduleInfo.Ref returns string...
View ArticleNew Post: Prism and Windows Store
DRAirey1, There is a version of Prism for Windows Store apps that supports MVVM plus more that is available at http://aka.ms/prism-winrt-doc. Below I provide a brief description of the release. We are...
View ArticleCreated Unassigned: Cannot Compile Prism 4.2 as well [10568]
When I try to compile Prism 4.2 I've got following error: Error 1 The remote server returned an error: (407) Proxy Authentication Required. Prism.TestSupportVia TCPView i can see a connection trial on...
View ArticleCommented Unassigned: Cannot Compile Prism 4.2 as well [10568]
When I try to compile Prism 4.2 I get following error: Error 1 The remote server returned an error: (407) Proxy Authentication Required. Prism.TestSupportVia TCPView i can see a connection trial on...
View ArticleNew Post: Starting a PRISM WPF application from another application
Hello Srini, It seems to be a known issue on this scenario of loading a Prism App from Windows Form. You may find useful the following discussion site for troubleshooting the known issue:Using...
View ArticleCommented Unassigned: Cannot Compile Prism 4.2 as well [10568]
When I try to compile Prism 4.2 I get following error: Error 1 The remote server returned an error: (407) Proxy Authentication Required. Prism.TestSupportVia TCPView i can see a connection trial on...
View ArticleNew Post: Persistent Data on Events
Damian, Perfect. That's exactly what I was looking for. Should be incorporated into the standard library. This is a very useful function during initialization. Thanks. Don
View ArticleNew Post: Navigation to Dynamic Modules
In WPF and Silverlight, if you provide a URI that includes a satellite assembly, the navigation subsystem will load that module and then navigate to it. For...
View ArticleNew Post: Keep open screens updated - WPF/Prism/MEF/MVVM/EF
Hi, In our WPF app implemented using Prism and MEF, UI layer is MVVM based and EF has been used in DAL. When the data changes on one screen, we want to ensure that all open screens display the updated...
View ArticleNew Post: Prism and Windows Store
Blaine, I posted a much longer reply which seems to have been expunged somehow. My point is that I am trying to figure out a strategy for both my mobile applications and my enterprise applications....
View ArticleNew Post: Keep open screens updated - WPF/Prism/MEF/MVVM/EF
Hi, The approach you mentioned of using EventAggregator would be correct. However, I don't completely understand what do you refer by having the ViewModels and DbContext disconnected when the...
View Article