Created Unassigned: My Application can't run becauseof...
应用程序: MIS.exeFramework 版本: v4.0.30319说明: 由于未经处理的异常,进程终止。异常信息: Microsoft.Practices.Prism.Modularity.ModuleTypeLoadingException堆栈:在...
View ArticleCommented Unassigned: My Application can't run becauseof...
应用程序: MIS.exeFramework 版本: v4.0.30319说明: 由于未经处理的异常,进程终止。异常信息: Microsoft.Practices.Prism.Modularity.ModuleTypeLoadingException堆栈:在...
View ArticleNew Post: Do Modules and dependent DLLs have to be in the .EXE directory?
I know it's late, but I just fixed this in our project and want to clarify on this. The reason you end up thinking that you need module DLLs in the Shell folder is that you haven't copied all module...
View ArticleNew Post: Once in a while the MEF container throws an activtion error
I have a problem that sometimes the MEF container throws a exception when starting the application. Index was outside the bounds of the array. at System.Collections.Generic.List1.Add(T item) at...
View ArticleNew Post: Missing reference to System.ObjectModel
I recently started a project using Prism 5.0.0 with Prism.UnityExtensions 5.0.1 and Unity 3.5.1404.0 (all installed from Nuget). This is a project targeting .NET 4.5.1. As soon as I make a ViewModel...
View ArticleNew Post: Missing reference to System.ObjectModel
OK this is crazy. The project with the above problem was originally targeting .NET 4.0. I changed it's properties to target 4.5.1, and added prism. That caused the above issue. I then decided to try...
View ArticleCreated Unassigned: Enter KeyEnvent and LostKeyboardFocus Event In Prism [10715]
Now I have a requirement in my project, When I lost focus from a Textbox without anything, I want to show a message.I did it now from the ViewModel with Bing a Command to the Textbox's EventTrigger. I...
View ArticleCreated Unassigned: InvokeCommandAction doesn't find property in parent type...
InvokeCommandAction uses GetDeclaredProperty to get the desired member of the EventArgs when the TriggerParameterPath property is set. The problem with this is that GetDeclaredProperty doesn't check...
View ArticleNew Post: EventAggregator gets replaced in multiple shell application
In an application I create a primary shell in the usual way using a bootstrapper that calls ConfigureModuleCatalog, CreateShell and InitializeShell in this order. Works fine. In order to display a new...
View ArticleNew Post: EventAggregator gets replaced in multiple shell application
Regarding question 2: In the new PatientBootstrapper I now bypass ConfigureModuleCatalog altogether. Instead I resolve the initializers of the Modules directly, passing the original EventAggregator as...
View ArticleNew Post: Best practices for using MEF's RegistrationBuilder with Prism
I'm not finding any guidance on how to implement MEF's RegistrationBuilder (Convention model) in Prism - can you provide an example of a best pattern and practice for this? Below, in my POC, I...
View ArticleNew Post: Prism Memory Testing
Hi I have a sample project at:https://onedrive.live.com/redir?resid=A53184DCECF800FE!337&authkey=!AMEFsmbht-mKzxo&ithint=file%2czip I am on the latest version of Prism and trying to test memory...
View ArticleNew Post: Extending RegionManager in prism5 throws stackoverflowexecption
Hi, I have added an additional method called CustomRequestNavigate(string, Uri); in region manger. Here is how I didpublic class DataflexRegionManager : RegionManager { public void...
View ArticleNew Post: Best practices for using MEF's RegistrationBuilder with Prism
My recent blog on "a way" for How to use MEF's convention model in PRISM
View ArticleCreated Unassigned: PopupWindowAction does not center the window correctly...
__Description__There is a bug in the PopupWindowAction class. This which causes the dialogs to not appear centered, and in some cases to appear completely of the screen. It is particularly noticeable...
View ArticleEdited Unassigned: PopupWindowAction does not center the window correctly...
__Description__There is a bug in the PopupWindowAction class that causes the dialog to not center on its AssociatedObject. In some cases the dialog can appear completely of the screen. It is...
View ArticleEdited Unassigned: PopupWindowAction does not center the window correctly...
__Description__There is a bug in the PopupWindowAction class that causes the dialog to not center on its AssociatedObject. In some cases the dialog can appear completely of the screen. It is...
View ArticleCommented Issue: ModularityWithMef "module loaded" displayed twice [7634]
When I click one of the not yet started modules in the ModularityWithMef (Desktop) sample, the "'ModuleX' module loaded." message is displayed twice in the log. This is a result of the...
View ArticleNew Post: Xamarin.Forms?
Hello Community, I have extensive experience with Prism 4.0, and I see that there's 5.0 out now with PCLs. I am interested in building a Xamarin.Forms application with Prism5, but it appears that the...
View ArticleCreated Unassigned: Convert Prism.Composition to PCL [10718]
This library needs to be a PCL so that it can be compatible with Xamarin.Forms.
View Article