New Post: Cannot access a disposed Object in Prism Mef
Hi Sivalingam, Based on the description in the thread you linked to, this problem only appeared once and you had not been able to reproduce it again. Is that correct? Basically it seem that MEF...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi DCherubini, I have used IDisposable in some of the parts of container in my application, but I dont know when the CompositionContainer gets disposed. How can I prevent this Exception, can you pls...
View ArticleNew Post: NuGet package for Prism 4.2
Hi, I cannot found a package for Prism 4.2 for .NET 4.5.1. Is a release planned for the NuGet package?
View ArticleNew Post: memory leak, closing child usercontrols
Hi, I have checked your sample and reproduced the memory leak you are experiencing. I also saw that you are using a modified version of the DialogActivationBehavior of the StockTrader RI for this...
View ArticleNew Post: NuGet package for Prism 4.2
Hi, Right now there is no NuGet package published for Prism 4.2, but as far as I know the team is planning to publish one in the near future. For now the updates are being released in the form of drops...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi, I think the only way to efectively prevent this exception from apearing is to understand why the MEF's CompositionContainer is being disposed. Note that it should not matter if the parts you are...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
HI DCherubini, Actually we are using the tab based application and passing the main container of the application to the tab viewmodel and set as parentcontainer of the tab viewmodel, so once the...
View ArticleNew Post: Exception "Activation error occured while trying to get instance of...
Hi, I have a Prism with MEF framework application. UI Composition is mentioned below Shell-> Top Region ->View (Load View with MenuControl) BottomRegion -> View (Load View from different...
View ArticleNew Post: Project Templates for Prism 4.2
I have not looked at Prism 4.2 but it would be nice if the P&P team can supply visual studio project and item templates for Prism.
View ArticleNew Post: Exception "Activation error occured while trying to get instance of...
Hi, Based on the exception message it seems there was an error when trying to create the view. It would be useful if you could provide us with more information like the inner exceptions, how you are...
View ArticleNew Post: Prism+MEF+MVCVM: injecting viewmodel instance of the currently...
Hi, This is an analogy for my case (where i use Model-View-Controller-ViewModel approach where most VM logic implemented in controller) : i have CustomerViewModel which is the VM for CustomerView. now...
View ArticleNew Post: Project Templates for Prism 4.2
I vote for this, too. This would similar to what David Britch did with the Win8.1 templates here... http://www.davidbritch.com/2014/01/prism-for-windows-runtime-templates-for_29.html
View ArticleNew Post: Exception "Activation error occured while trying to get instance of...
Hi Damian, InnerException is null. Below is the snapshot of the code which throws Exception at RequestNavigate: - LoadModuleA() { _moduleManager.LoadModule(ModuleNames.ModuleA);...
View ArticleNew Post: Prism+MEF+MVCVM: injecting viewmodel instance of the currently...
Hi jivara, If I understood correctly, you would want to get the reference of the active CustomerViewModel instance when a command on the CustomerView is fired and then, handle the command on the...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi sivalingam, Based on my understanding, you were working with Unity container without any issues, but now you are trying to migrate to MEF and the issue you described appears. As you mentioned above,...
View ArticleNew Post: Blendability when using Regions
Hi Eager, Based on my understanding, the region content is unfortunately resolved dinamically at runtime. So the designer would not know which registered View you would want to see in Design time. In...
View ArticleReleased: Prism 4.2 for .NET 4.5 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in Feb 10th drop:Completed Items 11 and 12 below. New in this...
View ArticleUpdated Release: Prism 4.2 for .NET 4.5 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in Feb 10th drop:Completed Items 11 and 12 below.New in this...
View ArticleReviewed: Prism 4.2 for .NET 4.5 (Feb 10, 2014)
Rated 1 Stars (out of 5) - I used prism for Silverlight 5 development. Dropping support for it is unacceptable.
View ArticleReleased: Prism 4.2 for .NET 4.5 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in Feb 10th drop:Completed Items 11 and 12 below. New in this...
View Article