c# - Still Missing Context Menu Options View/Controller/Scaffold in VS2012/MVC5 -
i have new windows install , installed vs2012 scratch , have existing mvc4 project upgraded mvc 5 prior machine rebuild.
i not able context menu options work options to:
- add scaffold (when r-click on project)
- add view (when r-click on views folder under areas/areaname/folder. work on root level view folder)
- add controller (when r-click on root folder/controllers folder. have option web api 2.0 controller not stardard mvc controller.)
i have tried presented in solution:
...but no luck.
i have option create new mvc empty project , did , tested context menus there...same issues.
any other ideas?
Comments
Post a Comment