Lijin Durairaj
Lijin Durairaj

Reputation: 5240

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

Upvotes: 7

Views: 28776

Answers (4)

tyne
tyne

Reputation: 115

On my case, I used the ASP.NET Web Application(.Net Framework) unde Visual Basic

enter image description here

Upvotes: 0

Shakti Srivastav
Shakti Srivastav

Reputation: 300

  • Open installer in administrator mode
  • Select Modify option under workloads in web & cloud
  • Select ASP.NET and web development option
  • Look at right side of same window. There are selection options, please choose what you want to install then pick Install while downloading from drop down or download all then install
  • Click the modify button.

Upvotes: 0

Afazal
Afazal

Reputation: 542

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

Upvotes: 10

timothyclifford
timothyclifford

Reputation: 6969

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

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

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

Upvotes: 11

Related Questions