New Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi isakavis Thanks for your effort. I used following code in ControllerA to navigate to View_B (TestPacksView) and send the parameter SubsystemNo var uriQuery = new UriQuery(); if (Subsys != null) {...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi isakavis Thanks for your effort. I used following code in ControllerA to navigate to View_B (TestPacksView) and send the parameter SubsystemNo var uriQuery = new UriQuery(); if (Subsys != null) {...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi isakavis Thanks for your effort. I used following code in ControllerA to navigate to View_B (TestPacksView) and send the parameter SubsystemNo var uriQuery = new UriQuery(); if (Subsys != null) {...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Look at prism 4.1 samples UI Composition <Your Root Directory>\Projects\Prism\Quickstarts\View-Switching Navigation var uriQuery = new UriQuery(); var contact = this.contactsView.CurrentItem as...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi, Also, I believe that this problem could be related to how you are registering your view to the container. Take into account that as mentioned in this section of the documentation: When the region...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Agustin't comment is correct. Registering the view in the module as he mentioned is to be checked.
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi All, Thanks for your help I revised the Export attribute and it is ok. I think the root cause of my problem comes from RequestNavigate that lie in ModuleA and want to navigate to View_B in ModuleB...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi, As far as I know, using just the contract name string specified in the export attribute should be enough to navigate the view based on this string. On the other hand, perhaps what you are...
View ArticleNew Post: Closing a view triggered by an InteractionRequest from the same...
Hi, You are right, the current implementation of the IPopupWindowActionAware interface forces your Notification object to have a Window , which is not MVVM friendly as it would make it more difficult...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi Agustin, My scenario is triggered after the program already started an all modules configured, and it is triggred via event aggregator handled in the controller.So i don't think it is timing...
View ArticleNew Post: Silverlight - Prism - Authentication and Authorization
Hi: I'm wondering if there's an easy to read article or blog that explains Authentication for a Prism application. I know that Prism does not directly address Authentication and authorization, but...
View ArticleNew Post: Silverlight - Prism - Authentication and Authorization
Hi, As you correctly pointed out, the Prism guidance does not provide support for authentication nor authorization topics. Therefore, I think you might find the following blog post about a possible...
View ArticleNew Post: Prism-MEF: how to navigate to view in different module using UriQuey
Hi, It seems that we are unable to find the cause behind the exception with the information provided so far. If it's neither a timing issue nor a problem with the Export attribute, it would be helpful...
View ArticleCommented Issue: A bug when using XAML module catalog in WPF [9906]
When I write __... Ref="file://MyFile.dll" ....__ in my XAML module catalog, the __MefFileModuleTypeLoader__ returns __"yFile.dll"__ instead of...
View ArticleNew Post: Silverlight - Prism - Authentication and Authorization
Thank you Federico for answering. I knew that blog and here's another: http://blogsprajeesh.blogspot.com/2011/02/silverlight-prism-mvvm-mef-part-5.html. I was wandering if there were more, but I guess...
View ArticleNew Post: scoped regions: PrismTrainingKit 4.0 / UI Composition Hands-On Lab
Hi Prism Experts, First i want to thank you because you are the only guidance for us for lack of books on prism. I have an application similar to PrismTrainingKit 4.0 /UI Composition Hands-On Lab /...
View ArticleNew Post: scoped regions: PrismTrainingKit 4.0 / UI Composition Hands-On Lab
Hi, Based on my understanding, in order to migrate the UI Composition HOL from Unity to MEF , first you will need to change how the classes are registered in the container. Basically speaking you will...
View ArticleNew Post: Module with style throw exception
Major -> has a defined style in bootstrapper solution. ModuleA-> use major solution style ModuleB-> use major solution style after all ,we change this to use mef. Major -> has a defined...
View ArticleNew Post: Closing a view triggered by an InteractionRequest from the same...
Hi rms2219 I was wondering if you ever succeeded with your implementation of IWindow and modification of IPopupWindowActionAware? I'm considering abstracting away the Window reference from the...
View ArticleNew Post: Wide IDE framework.
Hi, I have been working on a GitHub project to create a participatory IDE framework that uses PRISM, AvalonDock, MahApps Metro etc. Please feel free to look at Wide IDE - comment, participate and...
View Article