kenwarner
kenwarner

Reputation: 29120

Can I work on an ASP.NET MVC 1 project in Visual Studio 2010 RC?

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

Answers (2)

SDReyes
SDReyes

Reputation: 9954

BONUS: If you decide to migrate to MVC2 this Article will save you a headache ; )

Upvotes: 1

CodingInsomnia
CodingInsomnia

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

Related Questions