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:

  1. add scaffold (when r-click on project)
  2. add view (when r-click on views folder under areas/areaname/folder. work on root level view folder)
  3. 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:

  1. how “add controller” , “add view” menu options in asp.net mvc 5 project?

...but no luck.

i have option create new mvc empty project , did , tested context menus there...same issues.

any other ideas?


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -