I am going through Music Store tutorial (ASP.NET 3/Razor). After I have created the Home controller and Index action, I have right-clicked everywhere in Index action body (and declaration) and “Add View” does not show up.
I have tried Ctrl+M, Ctrl-V but it says this combination “is bound to command (Add View…) which is not currently available.”.
Note: This is VS 2010; I had installed NDjango NuGet package which I thought caused this. But even after uninstalling that package the problem remains.
I created another MVC 3 project and Add View menu item was available. I had not the time to uncover resolutions so re-created the project from ground up; and It worked! I don’t know re-installing MVC 3 has any effect, but this seems to be the solution.