user6514506
user6514506

Reputation:

mvc missing in Virtual Studio 2015

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. When I open a new project that is what I get

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: demonstration of the expected windows.

All other solutions are welcome!

Upvotes: 0

Views: 594

Answers (4)

Almir Vuk
Almir Vuk

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

Almir Vuk
Almir Vuk

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

Shashank Sood
Shashank Sood

Reputation: 480

Install plugin directly from www.asp.net/mvc site

Upvotes: 0

Rahul
Rahul

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

Related Questions