Reviewed: Prism 4.2 for .NET 4.5 (мар 17, 2014)
Rated 1 Stars (out of 5) - There is no valid nuget package in main repository. Also must totally agree with molenator: too many breaking changes for enterprise.
View ArticleNew Post: Configuration Settings Examples
Hi, I believe the following discussion sites may be helpful to your question:Save and load settings using MVVMAccessing User Application Settings in a WPF Prism 4 module Using a service class for...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Hi, The ModuleCatalog class would be still present in PRISM 4.1. You could find it at the following namespace on the Library:Microsoft.Practices.Prism.Modularity; In addition, you can find the same...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Yes, thanks. But my questions is regarding a subclass of ModuleCatalog called CompositeModuleCatalog, which was present in Prism 2 but cannot be found in Prism 4.
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Hi, I am afraid I am not able to find the CompositeModuleCatalog class in Prism 2 library. Could you tell me where is it located? In addition, I found an implementation of a CompositeModuleCatalog...
View ArticleNew Post: Problem with PRISM migration and Framework version
Hi, It's strange that the application is running correctly with .NET 4.5 and not with .NET 4 (if it was designed to run with both frameworks.) It might be possible that there is a component in your...
View ArticleNew Post: Persistent Data on Events
Hi, While the CompositePresentationEvent class does not provide this functionality by its own I think it's possible to use a custom event class in your application to do this without problems. For...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Yes, this is very weird. I haven't been able to find any reference to a CompositeModuleCatalog class anywhere. Nevertheless, in our Prism 2 (CAGv2) library residing in TFS, there is a...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Follow-up question: Where did you find the CompositeModuleCatalog class you mentioned, that was not part of the Prism library?
View ArticleCreated Unassigned: Cannot Compile Prism 4.2 [10560]
I am unable to compile the PrismLibrary. Here is where I am starting after loading the solution into Visual Studio 2013 from the PrismLibrary Link. I would like to use this release, but I cannot get it...
View ArticleCommented Unassigned: UI Validation for multiple views in a region [10551]
Hi,I am trying to load multiple data entry views onto a single content region. On each View the data context (View Model) is bound to presentation objects. All the presentation objects together form a...
View ArticleCommented Unassigned: Problem with PRISM 4 migration in .Net 4.0 [10557]
We have migrated to prism 4 from CALHowever after the migration, the views are not injected to regions when we run the application on a machine with .Net 4.0__The same code however works well on a...
View ArticleNew Post: 4.2 beta Navigation journal entries + NavigationParameters
Hi James, The next drop of Prism has this issue addressed, as navigation parameters are saved in the Navigation Journal. However, as a very easy workaround for now, you could use the old approach of...
View ArticleNew Post: 4.2 beta Navigation journal entries + NavigationParameters
Ahh that's good then! Any idea on the time scale of this next drop?
View ArticleNew Post: Event aggregator - why is subscriber event only firing once?
Hi, If the issue you are experiencing is being solved by adding the keepSubscriberReferenceAlive parameter then it's most likely that the view model is being garbage collected. Usually you should be...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
Hi, There is a brief summary of Catel's job in the following blog post about the module catalog composition extension for Prism:Catel extends Prism modularity options through NuGet In addition, you may...
View ArticleNew Post: Persistent Data on Events
We had the same issue. I swapped out the CompositePresentationEvent with a new class, just needs to inherit from EventBase. The new class just wrapped the Reactive Extension ReplaySubject. The RX...
View ArticleNew Post: UI Validation for multiple views in a region does not work
Hi Gabriel, I have 2 View classes V1.xaml and V2.xaml both have a corresponding datacontext set as V1VM.cs and V2VM.cs. There is a presentation object Root.cs having two properties Root.Property1 and...
View ArticleCommented Unassigned: Cannot Compile Prism 4.2 [10560]
I am unable to compile the PrismLibrary. Here is where I am starting after loading the solution into Visual Studio 2013 from the PrismLibrary Link. I would like to use this release, but I cannot get it...
View ArticleNew Post: UI Validation for multiple views in a region does not work
Hi Jeevan, I would suggest you to raise the Validation errors again for the inactive Views when navigating into them. Therefore, the Validation errors stored on the inactive Views would be displayed...
View Article