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.


InteractionRequest in WPF application

first post: abudano wrote: Hi, I am trying to implement the InteractionRequest pattern in a P...

latest post: BishMan wrote: Hello, I am running into a scenario that I can not figure out how ...

Differences Between Development and Build Server Environment

first post: lmcculloch wrote: This is using Silverlight 5. This is a bit of a long shot but, we'r...

latest post: DCherubini wrote: Hi, Based on your description, it seems that this problem is relate...

How or where to store and load the data models?

first post: AlanMc wrote: In my project I have created classes that store the data for my pro...

latest post: aadami wrote: Hi, In my opinion you could define this logic in a shared service....

IActiveAware question.

first post: TobiasFunke wrote: I am trying to design a pattern using Prism, MEF, and the composite...

latest post: aadami wrote: Hi, I believe you could check the following thread, which contains ...

region & frame navigation with Modules OnDemand

first post: Suiko6272 wrote: Integrating Prism v4 Region Navigation with Silverlight Frame Nav...

latest post: MiguelHasse wrote: Here's my solution... (it just works) public class FrameConten...

A Prism 4 Application Checklist

first post: revans611 wrote: I am working my way through a CodeProject.com example of Prism, an...

latest post: revans611 wrote: The problem is now resolved. Agustin's solution was correct. I mi...

Looking for advice on loading views into tabregion.

first post: paul3654 wrote: Hi All I have a RadTabControl as a region in my application for lo...

latest post: paul3654 wrote: Thanks Damian I always asumed that using RegionManager.RequestNavig...

How do I make a utility dialog globally available?

first post: Gary2930 wrote: I need to create a utility modal dialog to prompt users to select ...

latest post: DCherubini wrote: Hi BishMan, Based on my understanding of your scenario, if you want...

Could not load file or assembly

first post: shankaarc wrote: Hi, We have a shell in path ".\xyz\shell\" which uses directorycat...

latest post: shankaarc wrote: That answers. Was not aware it is an inherent problem with WPF. Tha...

Module loading fails when the current directory is changed

first post: P_Most wrote: Hi everybody, we are using Prism V4.1 and use the module loading vi...

latest post: P_Most wrote: For those who have the same problem: I solved it now with overridin...