New Post: Prism 4.1: Downloadpackage and Unity
Dear reader, I am a beginner with Prism and I start to write my first experimental code. I have the following statements in my code: IUnityContainer container = new UnityContainer();...
View ArticleReviewed: Prism 4.2 for .NET 4.5.1 (Jan 29, 2014)
Rated 5 Stars (out of 5) - I've begun using PRISM for the internal software projects I'm working on at PNNL. I think that it is fantastic that the team working on this is continuing to revise and...
View ArticleReviewed: Prism 4.2 for .NET 4.5.1 (Jan 29, 2014)
Rated 5 Stars (out of 5) - I've begun using this version of PRISM for new software projects. I think that it is fantastic that the team working on this is continuing to revise and integrate the new...
View ArticleNew Post: Replace specific view/viewmodel in region with multiple views
Hi! I'm using Telerik's TileView component which is using Prism:RegionManager. I'm adding new Tiles to this TileView using RegionManager.AddToRegion() method and it is working fine (I think...
View ArticleNew Post: Support for async Navigation and async eventaggregator? In 4.2
Is it possible for there to be support for async Navigation and async eventaggregator? In 4.2?
View ArticleNew Post: ModuleCatalog.CreateFromXaml() in WPF
For anyone else experiencing this problem. It is caused by UTF-8 files that have been saved with a byte order mark (BOM). If you open the xaml file in a good text editor (Notepad++ / Sublime Text) then...
View ArticleNew Post: Prism 4.2 and passing parameter objects and navigationcontentloader
Thank you. Not to be pushy but I think a lot of people would enjoy to have dependency injection overrides in their application. I know it solved a lot of problems with our application. It's easier than...
View ArticleNew Post: Prism 4.1: Downloadpackage and Unity
No answer so far!? So, let me try it again. :-) Why does the Unity-Standardpackage at \Prism\bin\Desktop not contain the dll Unity.Configuration. Instead, this dll is contained in the folder...
View ArticleNew Post: Prism 4.2 and passing parameter objects and navigationcontentloader
Hi CharlesNRice, What do you mean by dependency injection override? Do you mean that you want an abstraction to the container to be passed into your ViewModel so that you can push state into the...
View ArticleNew Post: Prism 4.2 and passing parameter objects and navigationcontentloader
We use lots of interfaces and constructor injection in our application. We have default implementations of the interfaces registered with Unity and for the most part unity will fill the constructor...
View ArticleNew Post: MEF Imported property is null
Not sure if this is a Prism or .NET Framework question, hopefully someone may enlighten me anyway: I have a wpf application (.net 4.5) which used Prism (4.1) and MEF. A MEF container is configured in...
View ArticleNew Post: MEF Imported property is null
Hi Eager, It would be helpful if you could provide us with a small sample solution which would show the problem you are facing. Therefore, we would be able to give you better support for this scenario....
View ArticleNew Post: Replace specific view/viewmodel in region with multiple views
Hi Kalle, If I understood correctly, you would like to replace and rearrange Views/ ViewModels into a Region. Therefore, you may find useful the following CodePlex thread which resolves a similar issue...
View ArticleNew Post: MEF Imported property is null
Hi and thanks Meanwhile I realized that an imported property is still null (or rather it's type's default value) during the objects construction. I changed to ImportConstructor, exactly as you...
View ArticleNew Post: Prism 4.1: Downloadpackage and Unity
Hello Somigur, Based on my understanding, the /Bin folder contains Strong-named and authenticated signed Prism binaries while the /Lib foder located on the Prism directory stores pre-built Prism...
View ArticleNew Post: delegate in vb
Hi, I have just download the VB version of the Stock Trader RI and could run the StockTraderRI_Desktop solution without any issues. Have you made any modifications to the solution that could have...
View ArticleNew Post: Support for async Navigation and async eventaggregator? In 4.2
Hi James, As far as I know, there are no changes yet in the library to add support for async navigation and event aggregation. However, the team has been working to add asynchronous support in other...
View ArticleNew Post: Blendability when using Regions
Hi, Something interesting here is that, as far as I know, Prism's regions were never designed to be used during design time. For that reason when creating a region the RegionManager checks if the...
View ArticleNew Post: Blendability when using Regions
Thanks, looks like I expressed myself badly. What I meant was something like: another View is configured to be composed by RequestNavigate... I did not mean that the regions were actually created in...
View ArticleNew Post: Cannot access a disposed Object in Prism Mef
Hi, Please find the link belowhttps://mef.codeplex.com/discussions/528870 and can any pls help me regarding this issue ? Thanks and regards, Sivalingam.
View Article