I am using Visual Studio 2013 for websites with MVC 5.
When I try to add a new controller to the "Controllers" card in my project, here's what I do: right-click controllers, Add, New Scaffolded Item, "MVC 5 Controller with Views Using EE". I populate the controller name, model class, etc. But the "Add" button is inactive.
- Project selected.
- I'm not in debug mode
- I can add a class to the Models folder
source share