The following code crashes with an exception :
MyWindow wnd = new MyWindow(); wnd.Show(); //here an exception occurs
Exception is rather s
We have this problem in our project too...
we were putting all view and view models to stack and then showing one by one them. Solution was to show elements one by one without making the stack.