Hi,
I'm trying to use a viewmodel stored in a portable class library, which has a separate namespace and it doesn't resolve.
As a test I created a separate project and made the namespace the same as the view project and all works ok, suggesting to me that the names[paces need to be the same.
Is there some configuration in the bootstrapper to make it work across namespaces? I've added the using statements etc, so VS knows about them.
I'm trying to use a viewmodel stored in a portable class library, which has a separate namespace and it doesn't resolve.
As a test I created a separate project and made the namespace the same as the view project and all works ok, suggesting to me that the names[paces need to be the same.
Is there some configuration in the bootstrapper to make it work across namespaces? I've added the using statements etc, so VS knows about them.