I'm currently working on ASP.NET MVC 5 project on VS 2013 Ultimate. However, Add Controller... option when I right-click on the Controllers and Add View on Views folders are non-existent. I've checked the MvcScaffolding installed and even upgraded VS 2013 to Update 5 and tried to uninstalling the DevExpress ASP.NET components. But, nothing seem to work. What is the best remedy to resolve the problem?
Asked
Active
Viewed 517 times
0
-
Your project has a reference to the MVC assembly (preferably through NuGet)? Also, what are the values in the `ProjectTypeGuids` section of the .csproj file? – Tieson T. Feb 19 '16 at 17:20
-
Yes, Microsoft.ASP.NET MVC (5.2.3) already installed – aby Feb 19 '16 at 17:29
-
Might need to try [reinstalling](https://docs.nuget.org/consume/reinstalling-packages) the MVC package: `Update-Package -reinstall Microsoft.AspNet.Mvc`. If that doesn't help, (again) verify the project type GUID. – Tieson T. Feb 19 '16 at 17:52