prismv2

Help on WPF Databinding to ViewModel Property (Prism)

Greetings guys, hopefully somebody has fresher eyes and can help me pinpoint the problem here, I'm trying to create a small app with prism and the MVVM pattern, everything was working nicely up to this point, my commands are firing properly with the argument, however, the TextBlock here is not binding to the CurrentUserKey property from ...

Integrating Legacy UI with PRISM

Hi, We are currently developing Sliverlight 4.0 based web application using PRISM 4.0 for Sliverlight 4.0. This web UI is a composite application consists of Legacy UI developed by some 3rd party and in-house developed UI. Can someone suggest how to integrate the Legacy UI in to the Shell? Docuemntation says its possible but doesn't me...

Changing Modules location in specific region

Hi all, I've Prism App with some regions. In one specific region there are some views from different modules. By default the views appears in region according to registration order. I want to change the order appearance of views so that view from module c will appear first and not last. I know it's possible to tell the module to depe...