New Post: Prism 4.5
Hello: I'm just wondering when a more official Prism v4.5 release will be available. The closest thing I see is one that just targets the .NET 4.5 framework, but really doesn't take advantage of a lot...
View ArticleCommented Issue: Bug with...
Hi Team,I found a bug (or may be something i am not aware) in Microsoft.Practices.Prism.Interactivity.dll. When you add this dll to your project, it disable intellesense in your xaml. so if you write...
View ArticleCommented Issue: Bug with...
Hi Team,I found a bug (or may be something i am not aware) in Microsoft.Practices.Prism.Interactivity.dll. When you add this dll to your project, it disable intellesense in your xaml. so if you write...
View ArticleCommented Issue: InitializeMode Is Unrecognized [3966]
When I change startupLoaded="false" to InitializeMode="OnDemand" in the config file I receive the following error:Â Unrecognized attribute 'InitializeMode'. Note that attribute names are case-sensitive....
View ArticleCommented Issue: Unrecognized attribute 'initializeMode'. Note that attribute...
Hi, <?xml version="1.0" encoding="utf-8" ?><configuration><configSections><section name="modules" type="Microsoft.Practices.Prism.Modularity.ModulesConfigurationSection,...
View ArticleCommented Issue: Unrecognized attribute 'initializeMode'. Note that attribute...
Hi, <?xml version="1.0" encoding="utf-8" ?><configuration><configSections><section name="modules" type="Microsoft.Practices.Prism.Modularity.ModulesConfigurationSection,...
View ArticleCreated Issue: SMFv2.7 Player not playing with Prism [9967]
Hi, I have created a module with SMF player v2.7 as view and used with prism to show in a region. When I build the solution, the player is loading but it is not playing anything in there. Code for the...
View ArticleNew Post: How Logger works in Prism 4.0 with MEF
Hello I had newly started working on silverlight & ofcource Prism. I am learning it. I want to ask one thing How Logger is working in Prism 4.0 with MEF. At which location it is creating file for...
View ArticleNew Post: Modules not working if application compiled in Release mode
I developed an application in VS2010 with multiple modules. If I run the application within Visual Studio all works fine, both in Debuag and Release mode. The problem arise when I launch the...
View ArticleNew Post: Modules not working if application compiled in Release mode
Hi, As far as I know, your application exe should run correctly from the bin folder if you manage to run it without problems in Release Mode in Visual Studio. I tried to reproduce your issue with no...
View ArticleNew Post: Modules not working if application compiled in Release mode
Hi Federico, thank you for you reply. I'm using Prism 4.1 in Visual Studio 2010 Ultimate (version 10.0.40219.1 SP1) with .NET 4.0. As a container I use Unity. I add all the module to the ModuleCatalog...
View ArticleNew Post: How Logger works in Prism 4.0 with MEF
Hi Vipul, By default, Prism provides two loggers, one for Desktop applications and one for Silverlight , as it can seen in the following method of the Bootstrapper class:protected virtual ILoggerFacade...
View ArticleNew Post: What would be the best practice to remove a view from a region?
I'm really new to Prism and trying to understand the proper way to remove a view from a region. I have written a simple WPF MVVM Prism application that has one region (MainRegion) with two buttons...
View ArticleNew Post: How Logger works in Prism 4.0 with MEF
Hello Damian Thank you for the detail explainations. It really helps a lot. Apart from that I also find that in App.Config file they are provide some file structure & File name "trace". They also...
View ArticleNew Post: SL5 PRISM 4.1 app upgraded to VS2012 (with async/await) very weird...
Spent 4 hours trying to figure out spot where my app fails.It works when I access website via localhost/tms It fails at specific place when I access website via machine-name/tms Specifically it starts...
View ArticleNew Post: SL5 PRISM 4.1 app upgraded to VS2012 (with async/await) very weird...
When converting to VS2012 I changed scope of method to Private. But it works under localhost!!! Very frustrating..
View ArticleNew Post: Problems with EventAggregator
To anyone that has come across this problem I had the same problem today. The subscribing method need not be made public. Another (and in my case better) option was: ea.GetEvent(Of...
View ArticleNew Post: What would be the best practice to remove a view from a region?
Hi, As far as I know, there are two possible ways to remove a view from your Region, both of which are correct:Use the Remove method on a Region passing the view you want to remove as a parameter (as...
View ArticleNew Post: Problems with EventAggregator
Hi, Just to add some light to this topic, here is a note contained in the Prism documentation regarding some "requirements" to take into account when using the EventAggregator: From Chapter 9 -...
View ArticleNew Post: SL5 PRISM 4.1 app upgraded to VS2012 (with async/await) very weird...
Hi, Based on my understanding, when subscribing to events via the EventAggregator, the method supplied in the subscription must be public. You can find more information in the following thread:Problems...
View Article