Reputation: 29120
I'm using Visual Studio 2010 RC and MVC 2 projects appear in File | New Project, but not MVC 1. Can I target MVC 1 webapps?
Upvotes: 2
Views: 307
Reputation: 9954
BONUS: If you decide to migrate to MVC2 this Article will save you a headache ; )
Upvotes: 1
Reputation: 1863
Unfortunately, there is no tooling support for ASP.NET MVC 1.0 in VS 2010, but if you can live without Add View, Add Controller etc, you can target that framework.
Upvotes: 4