In WinRT, how do you get the container to resolve ViewModels located in a separate project from the Store app? I saw the example below, but those methods are not available in the WinRTContainer object. I'd like to put all my view models in a .Presentation assembly, my Views in a .UI assembly, and then have the container resolve the ViewModels in Presentation for the Views in .UI. Is this possible? Thanks
Josh
http://stackoverflow.com/questions/10340809/getting-caliburn-micro-to-bind-my-view-and-vm-in-a-separate-assembly-with-windso