Hi,
I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:
* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.
I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?
Thanks,
Tetsu Shimizu
Comments: ** Comment from web user: Tetsushmz **
I downloaded the Prism V5, built the library, and built the BasicMVVMQuickStart_Desktop solution. VS2013 output three compile errors, of which two are related to the ViewModelLocator as shown below:
* The name "ViewModelLocator" does not exist in the namespace "clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop".
* The property 'ViewModelLocator.AutoWireViewModel' does not exist in XML namespace 'clr-namespace:Microsoft.Practices.Prism.Mvvm;assembly=Microsoft.Practices.Prism.Mvvm.Desktop'.
I searched the entire library source for "ViewModelLocator", but could not find it. Where could I find it?
Thanks,
Tetsu Shimizu
Comments: ** Comment from web user: Tetsushmz **
Hi Gabriel,
Thanks for the response. As I posted earlier, it was my mistake and the sample app worked just fine. I did use the released version of Prism 5.0. Still, I'm expecting that Microsoft post the full V5.0 source code that includes the ViewModelLocator class on this site in near future.
Regards,
Tetsu Shimizu