Amit
Amit

Reputation: 26276

MVC 1.0 installation problem

I have Visual Studio 2008 Team System with Framework 3.5 and SP1. I downloaded MVC framework 1.0 from the following location http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en and installed it. But after installation there was no MVC project template added to Create new Website or Create new Project in visul studio. I could not find a way to create MVC project. Even though the installation completed successfully, MVC project could not be created. Help me to solve it.

Upvotes: 1

Views: 106

Answers (1)

Liu Peng
Liu Peng

Reputation: 1236

Make sure you have choose ".NET Framework 3.5" option on the "New Project" dialog box. alt text

Upvotes: 1

Related Questions