Tips on Posting Good Questions

  1. Search the forums first.
  2. Summarize the specific problem in the thread's title.
  3. Give details about your problem; example exception type, message, call stack, and code snippet.
  4. Use the right tags. For example, if you are using Prism 4 for WPF, tag with "Prism-v4 WPF" instead of "Prism-v1".

Check the full tips for more useful suggestions about asking questions.


Tabcontrol+ Scoped Regions+ Dynamic Regions + RegisterViewWithRegion

first post: RDV wrote: Hi, I am again stuck in scoped regions. I am using Prism 4.1 with...

Task Parallel Library and EventAggregator

first post: BenCrinion wrote: Hi Everyone. I'm having issues using EventAggregator in a multi-thr...

latest post: BenCrinion wrote: Hi Damian Thanks for taking the time to reply. I actually disc...

How to add region and change views in a Dialog

first post: chaituatp wrote: Hi, we have a requirement to create region in the dialog window a...

latest post: fmartinez wrote: Hi, Supposing you are working on __WPF__, I believe you can find t...

QuickStarts for WPF

first post: AlexTeslin wrote: Hi, I am trying to use the QuickStarts to learn and practice on P...

latest post: fmartinez wrote: Hi, Based on your description, it seems that you have a problem wi...

Disposing WPF UserControl

first post: RDV wrote: I am using Prism with MEF bootstrapper and MVVM design pattern. I...

latest post: RDV wrote: Thanks Damian. This resolves my concerns regarding the memory leak...

Nested Regions

first post: mqca wrote: Can anyone tell me why this doesn't work?&#65279;&#65279;&#65279;<W...

latest post: RDV wrote: Hi Damian, Thanks for your response. It was indeed very helpful as...

How to filter in multiple instances of a region

first post: rajagopalank wrote: Hi, Here is the scenario: We are registering a single view and cr...

latest post: DCherubini wrote: Hi Raj, I believe I am not completely understanding your scenario....

how to maintain Login name throughout the application?

first post: reeganlourduraj wrote: Hi, we have create an application using prism with login page ...

latest post: fmartinez wrote: Hi, Based on your scenario, I think that you might find useful the...

Starting a PRISM WPF application from another application

first post: ranjithvenkatesh wrote: I have a PRISM WPF application which loads multiple modules when it...

latest post: ranjithvenkatesh wrote: The problem was solved when I set the working directory: pInfo.Work...

Scoped Region Manager

first post: RDV wrote: Hi All, I have an Infragistics TabGroupPane and I am using scoped...

latest post: RDV wrote: Thanks a bunch Damian. This is really helpful! -RDV