When I create a new MVC 5 project in a new solution in VS2013 Professional, the context menu of the Controller folder does not have the option to add a controller. Also in the context menu of the View folder, the option to add a view is missing.
I’ve created the MVC 5 project in the following way:
- Select “New Project” in the Start Page
- Select “ASP.NET Web Application” in the “New Project” window
- Select “MVC” in the “New ASP.NET Project” window
In other words exactly like explained in http://www.asp.net/mvc/tutorials/mvc-5/introduction/getting-started but the Add Controller and Add View options are not shown afterwards.
What I’ve already done:
- Uninstall and reinstall “VS2013 with update 3” completely (including all components that remain installed after uninstalling VS2013)
- Added {E3E379DF-F4C6-4180-9B81-6769533ABE47} as 'the first GUID' in the project .vbproj as suggested in some topics about this problem (e.g visual studio 2013 'add controller' missing) but VS2013 undo the change when I open the project again in VS2013.
I looked already to several topics about this problem but could not found a solution for my case. Please help me.