Reputation: 5240
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.
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
Reputation: 115
On my case, I used the ASP.NET Web Application(.Net Framework) unde Visual Basic
Upvotes: 0
Reputation: 300
Modify
option under workloads in web & cloud
ASP.NET and web development
optionInstall while downloading
from drop down or download all then install
Upvotes: 0
Reputation: 542
Please follow the below steps to open MVC project in visual studio 2017:
Step 1:Select the project as per below picture:
Step 2:select the MVC project
Upvotes: 10
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