Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to find MVC option in new installed VS 2017 community

I have installed vs 2017 community edition, now that i want to create a new MVC application, when i click on file->new->project, there is no web option where i can select a MVC application.

enter image description here did i miss something while installing vs community 2017? if yes then what changes can i make to see the mvc option

like image 460
Lijin Durairaj Avatar asked Dec 11 '17 16:12

Lijin Durairaj


2 Answers

You will need to update your VS 2017 installation as described:

https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio

Ensure the ASP.NET and web development option is selected and then update.

like image 181
timothyclifford Avatar answered Nov 11 '22 11:11

timothyclifford


Please follow the below steps to open MVC project in visual studio 2017:

Step 1:Select the project as per below picture: enter image description here

Step 2:select the MVC project

enter image description here

like image 24
Afazal Avatar answered Nov 11 '22 10:11

Afazal