New Post: Where is DelegateCommand in 4.2??
Thanks for your help. I might just wait until this is released though. Any idea on the progress of the full release?
View ArticleNew Post: MEF 2 & Prism
'ello Does the new drop of Prism use MEF 2 (System.Composition) or is it still using the old version (System.ComponentModel.Composition) Thanx Hein
View ArticleNew Post: Where is DelegateCommand in 4.2??
I did try this, but I keep getting the following build error when referencing DelegateCommand: Error 15 The type 'Microsoft.Practices.Prism.IActiveAware' is defined in an assembly that is not...
View ArticleReviewed: Prism 4.2 for .NET 4.5 (Mar 11, 2014)
Rated 1 Stars (out of 5) - Prism Team, This build of Prism is a huge breaking change for current Prism users. This new guidance will not be a welcomed change for current Enterprise developers of Prism....
View ArticleNew Post: UI Validation for multiple views in a region does not work
Thanks Gabriel for the the response. You got it right, I have a Global Command which Invokes a FormValidator component (custom component). This component invokes the...
View ArticleNew Post: Where is DelegateCommand in 4.2??
Hi James, I wasn't able to reproduced the error you mentioned. However, notice that I suggested you to add the assembly directly into the project, without needing to modify the Nuget package. If this...
View ArticleCommented Unassigned: Wrong Obsolete-AttributeText in the NotificationObject...
In the NotificationObject class is an incorrectly text set in the obsolete attribute. Wrong[Obsolete("Please use Prism.PubSubEvents.PubSubEvent.")]Right[Obsolete("Please use...
View ArticleNew Post: Persistent Data on Events
Has anyone else run into this problem? I'm growing fond of the EventAggretator pattern to communicate between loosely coupled components. However, there's no persistence to the event and it's getting...
View ArticleNew Post: What happened to CompositeModuleCatalog in Prism 4?
I'm currently in the process of upgrading our platform and application from Prism 2.0 to Prism 4.1 (WPF). When doing this, I noticed that the class CompositeModuleCatalog had been removed. Is there a...
View ArticleNew Post: Persistent Data on Events
Hello, I believe you are refering that Modules initialization fires and subscribes to Events instead of Regions, is this right? Therefore, if I understood correctly, you are trying to Publish an Event...
View ArticleNew Post: MEF 2 & Prism
Hi Hein,Prism 4.2 uses the same MEF version than using on previous version of Prism 4.1. Based on my understanding, MEF 2 would be on Beta release now. So it would not be quite possible for Prism...
View ArticleNew Post: Persistent Data on Events
Gabriel,I'm not really sure to what class you are referring as you mention __Event__ in bold, but I'm using __EventAggregator__ class. If I missed a useful class, please point me in the right...
View ArticleNew Post: MEF 2 & Prism
'ello Gabriel Strange, the nugget package is marked as stable, and nowhere in the msdn documentation does it state beta:http://www.nuget.org/packages/microsoft.composition (version...
View ArticleNew Post: Problem with PRISM migration and Framework version
We have migrated to prism 4 from CAL However 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 ArticleCreated 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
Any advice on this? It would be appreciated, I've broken things in journal navigation at present, but could do with a best way to handle these kind of situations.
View ArticleNew Post: Persistent Data on Events
Hi DRAirey1, I apologize for the missunderstanding about the Event word in bold, as it would only refer to any Event class in general. Thank you for deeper desciption of the scenario. One possible way...
View ArticleNew Post: UI Validation for multiple views in a region does not work
Hi Jeevan, How would you handle the ErrorTemplate and show it on each View? Are you binding a Property with a two-way mode set? If you could share a small sample with this particular behavior, I would...
View ArticleNew Post: MEF 2 & Prism
Hi Hein, I aplogize as It seems that Mef Codeplex site is outdated regarding MEF 2 releases. Being Prism an open source library, you would be able to change the older MEF dependencies and adapt the...
View ArticleNew Post: Persistent Data on Events
Gabriel, Thanks for the effort, but I'm afraid we're dealing with a different problem than module initialization. Your solution appears to be promising for controlling the ordering of events for...
View Article