New Post: Loading Views with UserControl
Over a year after @jesjones suggestion, but thank you, or rather THANK YOU! I was getting this double-load problem and had carefully checked through the code for a few hours without success, came here...
View ArticleCommented Issue: Loading Module from GAC [10053]
Hi,i am facing problem loading modules from GAC.I have a WPF desktop application (Framework 4.0) and have 5 dlls as my modules .i registered all my dlls into GAC, i have the module configuration in my...
View ArticleNew Post: View to ViewModel Model Data Validation with no ICommands
I have a View class that contains a ItemsControl with a DataTemplate containing UserControls to edit the Item. But the View class doesn't have any <Button> controls only controls to edit the Item...
View ArticleReviewed: Prism for .NET 4.5 (May 08, 2013)
Rated 5 Stars (out of 5) - Could you please recompile with the last DelegateCommandBase which contains virtual Execute and CanExecute methods ?
View ArticleNew Post: View to ViewModel Model Data Validation with no ICommands
Hi, Based on my understanding of your scenario, to implement Data Validation without using ICommands, you could implement one of the following approaches: Implement IDataErrorInfo on your Model class...
View ArticleUpdated Wiki: Home
Welcome to the Prism CommunityOverviewPrism provides guidance designed to help you more easily design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop...
View ArticleNew Post: Share ViewModels
Hello Cherubini, I have a issue with MEF in PRISM, After Import property in Page1ViewModel View module not load, please see project. Thanks so much.http://www.solidfiles.com/d/6b6ed98266
View ArticleNew Post: Share ViewModels
Hi again, The problem was that the RepositoryBase class was not being registered in MEF. Please remember that to export a type in MEF you need to:Add the Export attribute to the type you want to...
View ArticleNew Post: Prism 4.5 and Unity 3.0
Anyone know how to use Prism (UnityExtension) 4.5 together with Unity 3.0(1304 which is the newly and only official release of Unity 3.0) ?
View ArticleCommented Issue: Loading Module from GAC [10053]
Hi,i am facing problem loading modules from GAC.I have a WPF desktop application (Framework 4.0) and have 5 dlls as my modules .i registered all my dlls into GAC, i have the module configuration in my...
View ArticleNew Post: Prism 4.5 and Unity 3.0
Hi, We downloaded both Prism for NET 4.5 and Unity 3.0 (1304) from the NuGet Package Restore. We tried to build the solution but it seems that Prism for NET 4.5 is targeted to Unity 3.0.1204.0, and the...
View ArticleNew Post: Prism 4.5 and Unity 3.0
Thanks, I will enter an issue. Your observation is exactly same as mine except mine demands 3.0.1208.0. Any fast workaround possible ? E.g. manipulation by ILDASM or similar ?
View ArticleCreated Issue: Unity not compatible with UnityExtensions [10110]
Please see https://compositewpf.codeplex.com/discussions/443219Microsoft.Practices.Prism.UnityExtensions is not compatible with newly (officially) released Unity 3.0(1304.0)Seems like Unity is signed...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
Hi, I am developing an Application for users that have more than one monitor and it is very important that he could move and maintain different Views in both monitors. How can I do this. I suppose the...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
Hi, I believe you could find the following blog post from Damian Schenkelman, which explains how to create a multi-shell application in Prism v2, interesting. Since the sample is made in Prism v2, you...
View ArticleNew Post: Application with more than one Shell or Popup Windows with regions...
Thanks Frederico, I will check it out.
View ArticleNew Post: Show Multiple non-Modal dialogs at once
Thanks for your feedback, DCherubini. I had previously followed the link in the original article to the article you mentioned. I am using the implementation described in that article, but still unable...
View ArticleNew Post: Prism 4.5 and Unity 3.0
Hi, Based on my understanding, the Prism for .NET 4.5 assemblies are simply the Prism 4.1 projects targeting the .NET 4.5 framework and compiled against the updated versions of the ServiceLocator and...
View ArticleNew Post: Show Multiple non-Modal dialogs at once
I did some more coding and poking around this morning. I had previously thought that it was an issue with a new Window not being created, but I found that is not the case. I found that the...
View Article