We removed support for multi project areas from the core product in the Beta release. You'll have to download the custom build task from CodePlex at
http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37423 The zip file contains the custom build task DLL that you will need to use.
You either need to grab a project file from a Preview 2 project or take a look at
http://dotnetslackers.com/articles/aspnet/A-First-Look-at-ASP-NET-MVC-2.aspx#multiproject-areas for an example. I'll talk to our documentation writers to see whether we can get the walk through updated. Since it's not part of the core product anymore, we
might end up removing that walk through altogether.
jeloff
Contributor
2493 Points
432 Posts
Microsoft
Re: Area support in ASP.NET MVC 2 RC
Jan 20, 2010 01:25 AM|LINK
Hi
We removed support for multi project areas from the core product in the Beta release. You'll have to download the custom build task from CodePlex at http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=37423 The zip file contains the custom build task DLL that you will need to use.
You either need to grab a project file from a Preview 2 project or take a look at http://dotnetslackers.com/articles/aspnet/A-First-Look-at-ASP-NET-MVC-2.aspx#multiproject-areas for an example. I'll talk to our documentation writers to see whether we can get the walk through updated. Since it's not part of the core product anymore, we might end up removing that walk through altogether.
Thanks,
Jacques