New Post: how to get nested regionmanager or a region specified within a user...
Hi Agustin, thank you for the response. and sorry for the delay. I didn't get any notification for this thread at all. but yes. i had figured out your first approach suggested. however you have...
View ArticleNew Post: Change View from Ribbon inside a Module
OK, Lets say this is my ModuleA.cs: public class MyModuleA : IModule { private readonly IUnityContainer _container; private readonly IRegionManager _regionManager; public MyModuleA (IUnityContainer...
View ArticleNew Post: Validation in silverlight through prism
Hi to all friends out there. I am not able to get validation with prism for silverlight 5 Application.For validation i am implementing INotifyDataErrorInfo interface in my viewmodel and this is my...
View ArticleNew Post: event subscription after new module is created
Hi,Based on my understanding of your scenario, what you experiencing is a timing issue as you should be subscribed to this event before this is being published in order to receive the corresponding...
View ArticleNew Post: Assembly cache and File not found problem
Hi,As far as I know using Application Library Caching feature in PrismModules won't work as out of the box. This has been reported and discussed in this related work item:SL3 caching not working with...
View ArticleNew Post: how to get nested regionmanager or a region specified within a user...
Hi,Regarding the approach using a shared service , what I meant was to have a way to centralize where these scoped region managers could be stored and accessed from. For example, this service could...
View ArticleNew Post: how to get nested regionmanager or a region specified within a user...
Thanks Agustin Quite a nice approach to start with. I have a way to differential each views (using business object). will try this approach. intriguing. Kavya
View ArticleNew Post: Validation in silverlight through prism
Hi,As a starting point, I believe you could try setting the ValidatesOnException property of the binding to True and check if the behavior you are mentioning keeps happening.Regarding about how to use...
View ArticleNew Post: Change View from Ribbon inside a Module
Hi,Based on my understanding of the code snippets you provided, this behavior could be caused by a timing issue, as by the time you resolve the ResolveRibbonTabView instance, no ICommand object...
View ArticleNew Post: Prism-MVVM-EF: Master-Details Relationship using Navigation Property
Firstly, sorry for this long question but it is very critical to my LOB application and i hope you will have patience with me here I will use Customer - Order - OrderDetail as analogy to my system. My...
View ArticleNew Post: Modules accessing different versions of same DLL filename.
Hi, I'm using Microsoft Prism. I'm using the .NET 4.5 build, however I think this is irrelevant to my problem.Module1 uses a file called MyDll.dll which has a version number of 1. Module2 uses a file...
View ArticleNew Post: Not able to bind combox
Hi to all friends out there.I have problem which i am facing.I am not able to bind combox by prism . Here is my XAML<telerik:RadComboBox Grid.Column="1" HorizontalAlignment="Left" Margin="10,3,0,0"...
View ArticleNew Post: Not able to bind combox
Hi,Based on my understanding, I believe that a possible cause for this behavior could be that you are replacing the marriageStatusList property with a new collection in your...
View ArticleNew Post: Modules accessing different versions of same DLL filename.
Hi,As far as I know, the scenario of loading different version of an specific assemblies in your modules is currently not supported by _Prism_, as when loading those modules, different versions of the...
View ArticleNew Post: Prism-MVVM-EF: Master-Details Relationship using Navigation Property
Hi there,Sorry for the delay, but after analyzing the scenario you described, I realized that a recommended approach that could be used for this kind of scenarios, could be like the one used in the UI...
View ArticleNew Post: Not able to bind combox
Thanks aadami for your reply.I tried but still it is not getting collection item in combox still. No Success yet .Please help me . If you can please show me small code in wihch i get ersult in...
View ArticleNew Post: Not able to bind combox
Hi,So far based on the code snippets you provided I couldn't find the reason for this behavior, in my case I haven't experimented with this particular control, but as a starting point, I believe you...
View ArticleNew Post: Prism-MVVM-EF: Master-Details Relationship using Navigation Property
Hi, Sorry adami this is not my case and not my goal. My goal is how to mirror the master details relationship or the hierarchy exist in real work into my application, starting from the database...
View ArticleNew Post: Stocktrader that builds with Prism v4 using Unity?
Is there a version of stock trader that will build with prism v4 that uses Unity container?Thanks
View Article