I have installed the MVC 3, but after I’ve created that project, if I want to add a new Controller or View but there is no item in the list. See the images below. What’s wrong ?
The project’s targer framework is of course .NET 4
I have that items installed:


Solved
the purpose was, when I’ve opened the
.csprojfile there were wrongProjectTypeGuids. I’ve replaced them with the data from the empty project and now it is OK.