New Post: QuickStarts for WPF
I can find this: "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319" But my Silverlight files are in the following folder: C:\Program Files\MSBuild\Microsoft\Silverlight\v5.0 Not sure what I need to do...
View ArticleNew Post: QuickStarts for WPF
Hi, Based on your description, it seems that you have a problem with your working environment. I would recommend you to try to install Prism and Silverlight again on a clean environment and see if you...
View ArticleReviewed: Prism for .NET 4.5 (Jun 13, 2013)
Rated 2 Stars (out of 5) - This Version isnt stable... there is a mismatch to the Version of Microsoft.Practices.ServiceLocation!!! So it doesnt work with visual studio 2012 !!!!
View ArticleCreated Unassigned: Prism for .NET 4.5: ServiceLocation.dll [10191]
Hi,I use the Prims compilation for .NET 4.5 and got an error because the version of Microsoft.Practices.ServiceLocation.dll mismatch.How can I solve this Problem... my solution is now not running in VS...
View ArticleNew Comment on "Using resource dictionaries in modules"
Does this work with WPF (non silverlight) applications? You cannot add an ApplicationDefinition to a class library in WPF because it fails to compile and I do not want my modules to be compiled into...
View ArticleCommented Unassigned: Prism for .NET 4.5: ServiceLocation.dll [10191]
Hi,I use the Prism compilation for .NET 4.5 and got an error because the version of Microsoft.Practices.ServiceLocation.dll mismatch.How can I solve this Problem... my solution is now not running in VS...
View ArticleReviewed: Prism for .NET 4.5 (Jun 13, 2013)
Rated 2 Stars (out of 5) - This Version isnt stable... there is a mismatch to the Version of Microsoft.Practices.ServiceLocation!!! So it doesnt work with visual studio 2012 !!!! And in my own compile...
View ArticleNew Post: On creating multiple window WPF Prism applications
Hi, Prism was created as a set of best practices in designing WPF Composite applications. Regrettably, while there are many good books and articles on WPF, there is only one book about Prism which...
View ArticleCommented Unassigned: Modules won't load from folders with a pound (#)...
Turns out PRISM won't load modules correctly from a folder that contains a pound character in the name. I was experiencing a crash error like the following:>Failed to load type for module...
View ArticleReviewed: Prism for .NET 4.5 (июл 03, 2013)
Rated 2 Stars (out of 5) - UPDATE IT ON NuGet PLEASE! It is really shame do not have such a great library on NuGet!!!
View ArticleCommented Unassigned: Prism for .NET 4.5: ServiceLocation.dll [10191]
Hi,I use the Prism compilation for .NET 4.5 and got an error because the version of Microsoft.Practices.ServiceLocation.dll mismatch.How can I solve this Problem... my solution is now not running in VS...
View ArticleNew Post: RequestNavigate - "View already exists in region"
Hello, Will it be fixed some day ? It looks like a serious bug to me. We are using custom Export attribut names in our Views, thus we are always getting the exception, unless we always return true in...
View ArticleNew Post: RequestNavigate - "View already exists in region"
Hi Adrien, I believe you might find the following work items useful, where modified implementations of the RegionNavigationContentLoaders (the classes that are in charge of finding the "candidate"...
View ArticleClosed Unassigned: Prism for .NET 4.5: ServiceLocation.dll [10191]
Hi,I use the Prism compilation for .NET 4.5 and got an error because the version of Microsoft.Practices.ServiceLocation.dll mismatch.How can I solve this Problem... my solution is now not running in VS...
View ArticleNew Post: Module OnDemand=true doesn't work
Hi All, I am using Prism 4.1 as my application framework. there are a couple of modules in my app, what i want is to load each module when it's needed. below are the main codesnippets of my app: In...
View ArticleNew Post: How to catch each module's exception in my shell app in Prism 4.1?
Hi All, I am using Prism 4.1 and MVVM pattern in my app. What i want is to create a global class in my shell app to catch each module's exception when that occurs. Any exception in each module is not...
View ArticleNew Post: How to catch each module's exception in my shell app in Prism 4.1?
Hi, As far as I know Prism does not provide any functionally to manage unhandled exceptions globally (and it's also listed as a Challenged not Addressed by Prism in the documentation.) Hence, you will...
View ArticleNew Post: Module OnDemand=true doesn't work
Hi, I believe this is due to how the DirectoryModuleCatalog works. Starting a module in Prism is divided in two steps: loading the assembly contained the module (if it was not loaded before) and...
View ArticleNew Post: Cannot load specific mscorlib
I'm getting this exception but I have no clue why it started. It seems to be related to a specific version but I've done everything I can think of to prevent this. Code fails in the bootstrapper run...
View ArticleNew Post: Prism navigation is not working properly with scoped region defined...
<telerik:RadTabControl x:Name="QuoteViewTab" prism:RegionManager.RegionName="QuoteTabRegion" DropDownDisplayMode="Visible" VerticalAlignment="Stretch" Style="{StaticResource TabControlStyle}">...
View Article