New Post: Using Unitybootstrapper in WinForms
I too have the same issue. Our company are developing new modules. Each of those modules are developed in WPF and have a standalone version. Although those modules can also be called inside a VB6...
View ArticleNew Post: Help with "Improving perceived WPF app startup performance with MEF...
Hi, Need help trying to get my custom splash screen working based on this example from Channel 9"Improving perceived WPF app startup performance with MEF and a Splash Screen". I can't get any of the...
View ArticleNew Post: Help with "Improving perceived WPF app startup performance with MEF...
Well, I couldn't get it to work as I wanted, so I had to result to doing it this way:protected override void InitializeModules() { Shell shellMain = this.Container.GetExportedValue<Shell>();...
View ArticleNew Post: Help with "Improving perceived WPF app startup performance with MEF...
Hi, Based on the code snippets you provided, I couldn't find anything that could be causing the issue, since the code seems to be correct. Nevertheless, I couldn't reproduce your issue since I don't...
View ArticleNew Post: prism and WF with persistence
I am creating a WPF application with PRISM, but this application is also using workflows. These workflows are long running workflows so they need to be persisted to the database. I am using the...
View ArticleNew Post: Scoped EventAggregator
Hi, Is it possible to have an EventAggregator scoped to a Region ? A bit like the scoped RegionManager. Thanks
View ArticleNew Post: prism and WF with persistence
Hi, Based on the scenario you described us, implementing IDisposable on your manager could make the manager instance to be garbage collected if it is not being used and your application needs more...
View ArticleNew Post: Scoped EventAggregator
Hi, As far as I know, I´m afraid that feature is not supported in Prism. Nevertheless, what you can do instead is to define a Child Container, create a new EventAggregator, and then register it in that...
View ArticleNew Post: UnityExtensions.dll and Unity.dll versions
Hi, I've just downloaded the prism 4.1 for .net 4.5 and the Unity 3 assemblies. When I use them in a project I get the following error:Error 90 Assembly 'Microsoft.Practices.Prism.UnityExtensions,...
View ArticleNew Post: Prims 4.1 QuickStarts
Thanks Federico. As I am still new to this I got confused. I have to say though the main Prism Documentation, Hands-on Labs and various Quickstarts show different implementation on how for instance...
View ArticleNew Post: QuickStarts for WPF
All works now, thanks. I had to re-install everything, including VS.
View ArticleNew Post: New Release of Prism
Hi List, is there any info about a new Version of Prism for c# 5.0 / .Net 4.5 ? Thanks Peter
View ArticleNew Post: UnityExtensions.dll and Unity.dll versions
Hi, This is a known issue of Prism that has already been tracked:Unity not compatible with UnityExtensions Also, it was previously discussed in a thread and possible workarounds were mentioned....
View ArticleNew Post: Prims 4.1 QuickStarts
Hi, As you correctly pointed out, there are several ways available to register and initialize modules which cover the general scenarios in a Prism application. Every alternative is mentioned in the...
View ArticleNew Post:...
Hi, Can you use the namespace Microsoft.Practices.Prism.GuidanceTool (used in Prism4.1Source\Quickstarts\View-Switching Navigation) in a WPF App or is there something similar with the same...
View ArticleNew Post: Using Unitybootstrapper in WinForms
Hi, Based on our understanding, the IsInDesignMode method checks for the current application due to a known issue in Cider with Silverlight 3, where the DesignerProperties.GetIsInDesignMode method...
View ArticleNew Post:...
Hi, Based on our understanding, there wouldn't be any issue on using it as you can see it defined on the QuickStarts. However, notice that its source code isn't provided in the binaries from the Prism...
View ArticleNew Post: NullReferenceException in DelayedRegionCreationBehavior
I have ran into an issue and I'm having troubles troubleshooting. I am using Prism and have created a CustomDialogService which will add a view to a dialogRegion dynamically through code. In the shell...
View ArticleNew Post: How to run Bootstrapper in BackgroundWorker.DoWork event
Hi, I am using Prism 4.1 with MEF. What i want is to run Bootstrapper on background silently while my login window shows up. So that user can continue to input username and password while the...
View Article