New Post: CreateModuleCatalog redundant with UnityBootstrapper?
I noticed something peculiar today. My application has a custom ModuleCatalog that will load the module details from a service. Obviously, this is a long running process, so I made the load...
View ArticleNew Post: RequestionNavigation issue with prism 5
I am trying to display a view into a region but I get this warning and I don't how to solve it. Can someone help me. Below are the codes: I - Error Message : An exception of type...
View ArticleNew Post: Best approach to start multi window/shell application
Hal.. I will advice you to review Prism documentation. Your decision will be based on your applications requirements. So it is difficult to really answer your question. Good luck
View ArticleNew Post: Prism 5 DelegateCommandBase.RaiseCanExecuteChanged throws...
I've got the exact same issue. Here's a stack trace: System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it. at...
View ArticleNew Post: Approaches to migrate to html/angular
Looking for any recommendations or concerns regarding migrating a SL Prism application to html/angular. For instance, could I migrate the views to html/angular over time and then at the end migrate...
View ArticleCreated Unassigned: BindableBase.OnPropertyChanged should be virtual! [10711]
protected void OnPropertyChanged(string propertyName)should be:protected __virtual__ void OnPropertyChanged(string propertyName)It makes perfect sense to inherit BindableBase, and it also makes perfect...
View ArticleNew Post: Is Prism 5.0 Portable
I am developing an application and I have made my models and ViewModels portable. I know want to utilize the benefits of the prism library inside my view models such as the DelegateCommand. But before...
View ArticleCreated Unassigned: NavigationsService.Navigate fires runtime exception after...
Hi,I have an Windows Phone 8 APP which runs great on most of the devices. But in the last few months customers reported APP crashes on their newer devices like Lumia 1520 oder 930. The App crashes...
View ArticleNew Post: Prism Documentation Retired in MSDN Library
I found that the documentation for Prism in the MSDN Library has been retired. Why? Has it been superseded by the documentation on CodePlex?
View ArticleNew Post: ServiceLocator.Current is null when using VSTO and MEF
Hi,My code like this MainWindowNavViewModel mainWindowNavViewModel1 = ServiceLocator.Current.GetInstance<MainWindowNavViewModel>(); [Export(typeof(MainWindowNavViewModel))] public class...
View ArticleNew Post: MEF or Unity for Prism
Hi there: I want to use Prism in my future applications (LOB Apps for medium and small companies). I know that it requires a dependency container which should be preferably MEF or Unity. I don“t know...
View ArticleNew Post: Support for async Navigation and async eventaggregator? In 4.2
It would be great if there was an asynchronous of INavigationAware to be able to store data and retrieve data from external services asynchronously.
View ArticleNew Post: MEF or Unity for Prism
I was planning to skip studying Dependency Injection in depth. Since I thought that with Prism I could reap most of it's benefitts. But now I think that studying DI will bring me greater benefits, so I...
View ArticleNew Post: Newbie question about Prism 5
Hello, I am very new to Prism 5. I am looking at the EventAggregator quickstart application after loading the project into VS2013. I have the following question: If I was to create this same Prism...
View ArticleNew Post: Prism 4.2 - WPF popup window customization
HI, I also need the same, i want to disable maximize and minimize button,also i need to remove close button from the notification window.I gone through the code you given here but it didn't help me...
View ArticleCreated Unassigned: Finding modules in App.config depends on currently active...
I am trying to use PRISM 5/MEF to register modules and configure them via app.config file. But a module cannot be found whenever I am using a command line parameter to start the application, eg:I am in...
View ArticleCommented Unassigned: Finding modules in App.config depends on currently...
I am trying to use PRISM 5/MEF to register modules and configure them via app.config file. But a module cannot be found whenever I am using a command line parameter to start the application, eg:I am in...
View ArticleNew Post: prism InvokeCommandAction behaviour ignoring IsEnabled property
I am trying to get to the bottom of why the IsEnabled property of a checkbox is being ignored when using the prism InvokeCommandAction behaviour. Essentially, if I use the standard InvokeCommandAction...
View ArticleNew Post: Unable to Load Tab in a Tab
I've a TabContainer which have 5 tabs. In this 1 tab have another tabContainer with 4 Tabs. My First TabContainer is Loading alright but the tab where I ve created Another TabContainer Region It is not...
View Article