Trying to send a ViewModel to a WPF Frame doesn't work. If I replace the frame with ContentControl works fine.
I found a link where someone talks about how to fix this, but it means a modification to View.cs and I'd rather not modify the framework; it would cause a number of issues when my project moves to a different group for future maintenance and they didn't realize the framework was modified.
http://blog.davidsandor.com/post/2013/07/17/Using-Caliburn-Micro-with-WPF-Frame-for-navigation.aspx
Is there another work around or maybe a better way to do this?
I found a link where someone talks about how to fix this, but it means a modification to View.cs and I'd rather not modify the framework; it would cause a number of issues when my project moves to a different group for future maintenance and they didn't realize the framework was modified.
http://blog.davidsandor.com/post/2013/07/17/Using-Caliburn-Micro-with-WPF-Frame-for-navigation.aspx
Is there another work around or maybe a better way to do this?