I am building an application that is based on MVVM-Light. I am in the need of creating multiple instances of the same View, and each one should bind to its own ViewModel.
I used the naming system of the unity container.
See "How to distinguish multiple view/view model pairs using unity container".