Discussions under Prism v4 - WPF 4

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: aadami wrote: Hi, I'm glad you found the post useful. Regarding how you can place...

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...

"Drag application tab to new window" pattern with prism?

first post: TobiasFunke wrote: Hello, Has anyone seen this type of functionality done with Prism ...

latest post: DCherubini wrote: Hi, As far as I know there is no official guidance about dragging a...

Using constants for moduleName in App.Config WPF/MVVM/UNITY

first post: BishMan wrote: Hello, I have a need in my project to reference modules by name i...

latest post: DCherubini wrote: Hi, Based on my understanding, due to the nature of the App.config ...

Loading Default View (Dashboard) when PRISM/WPF/UNITY/MVVM application

first post: BishMan wrote: Hello all, I have a shell with 2 regions, one is main region, the ...

latest post: aadami wrote: Hi, Based on my understanding of your scenario, as your UI componen...

Handling NavigationFailed

first post: james1301 wrote: Do you have an example application with your recommended approach ...

latest post: james1301 wrote: Cool yep thanks for all your help.

NON-Linear Navigation in WPF + UNITY

first post: BishMan wrote: Hello, I am trying to work through the example in the following po...

latest post: aadami wrote: Hi, I believe you could find the following section of the Prism doc...

StockTrader: Action-Region and Scrollbar

first post: JMagnat wrote: Hi Commuity, I saw in the StockTrader demo app that the Action-Reg...

latest post: jmagnat wrote: Hey Damian, many many thanx for your explanation. I implement it in...