I'm trying to get MVC Multiple areas working with MVC 3.0 RC
I've downloaded MVC Futures 3 and tried adding the CreateAreaManifest to the csprog file But i'm getting the following error:
"The "Microsoft.Web.Mvc.Build.CreateAreaManifest" task could not be loaded from the assembly Microsoft.Web.Mvc.Build, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null. Could not load file or assembly 'Microsoft.Web.Mvc.Build, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask."
From everything google tells me. I need to install it into the GAC which I can't do because it's not strongly typed.
So I guess I'm asking for some help getting Multiple Areas working with MVC 3.0 and a link to a demo project would be perfect
