Reputation:
my issue here is that when I try to open an MVC 5 project on Visual Studio 2015 (enterprise), but it seems like I don't have MVC at all.
I tried to modify the application: by adding a Microsoft web developer tool.
but it seems like that wasn't helpful.
that is what I suppose to get:
All other solutions are welcome!
Upvotes: 0
Views: 594
Reputation: 3173
This maybe is simple and trivial but have you tried to install ASP.NET Project Templates from Visual Studio Gallery... you can find them here.
Upvotes: 0
Reputation: 3173
Please make sure that you have installed these Tools via Extensions and Updates. Install these two tools Microsoft ASP.NET Web Frameworks and Tools 2015 and Microsoft ASP.NET and Web Tools.
You can install them by downloading from these URLs that I provided you and you can install them via Visual Studio with these steps:
Visual Studio > Tools > Extensions and Updates > Online > ... and search for these two tools and install them.
Upvotes: 0
Reputation: 77926
Most probably, while installing VS 2015
you haven't installed Web developer tools
. Try, re-installing visual studio again and check or select Web developer tools
Upvotes: 1