views:

63

answers:

2

I was running through the Movie Database MVC example on ASP.net. For some reason, when I right click the controller folder in Visual Studio solution explorer, I don't get the controller option from the add menu. I have Visual Studio 2008 SP1 and using .net 3.5.

Any ideas why the controller option is missing?

+1  A: 

Have you installed ASP.Net MVC as well? It is a separate download since it was released out of band from the rest of the framework.

Sean Carpenter
A: 

Oops thought I had downloaded the latest version of MVC. Turns out, I had the Beta Version. Removing the Beta and installing MVC 1.0 fixed the problem.

Get MVC 1.0 here