Register viewmodel in another project from main project viewmodellocatoe in mvvmlight

How to register a viewmodel in another project with reference in the ViewModelLocator MVVMLight class. I get an error all the time when I ever try to use SimpleIoc to register the viewmodel class because it's in a different project and I would like to keep different projects for different parts of my application.

+3


source to share





All Articles