I am trying to go through the 'Multiple Project Areas' with MVC 2.0 in VS2010. I have looked at the 'Portable Areas' from MvcContrib and cannot get that to work right... the examples do not match the source code files... and furthermore the way it is done is just excessively difficult to use.
I have been following this tutorial, for the moment : http://msdn.microsoft.com/en-us/library/ee307987(VS.100).aspx
But it is for Visual Studio 2008, and the last part of it requires some changes to the csproj files. These lines that it expects do not exist.
Does anyone know how to complete this and make Multiple Project Areas work properly?
I discovered this question : http://stackoverflow.com/questions/1838629/areas-over-multiple-projects-views-not-found-in-child-projects
That touches on this; Though the answer doesn't explain HOW to do this with MvcFutures.