Visual studio 2017 / 2019 add areas missing

16,518

Area is not removed from VS 2017/19 but it is moved in Scaffolding and you can access the area using below steps:

1) Right click on your project and click on Add>New Scaffolded Item

2) After click choose the MVC area from the Menu:

enter image description here

3) After choosing give it Name, and after this the Area will be added to your project:

enter image description here

Hope it will helps.

Share:
16,518
Akshay Chawla
Author by

Akshay Chawla

I am full stack developer working in IT company. I am graduate in Computer applications[BCA] and a Microsoft certified software developer. I like to work on Microsoft products/technologies like MVC, Asp.net, SQL Server and very passionate about working client side like in JQuery and othe stuff.

Updated on June 12, 2022

Comments

  • Akshay Chawla
    Akshay Chawla almost 2 years

    While creating a ASP.NET MVC Core Web app using VS2017 / 2019, came across that 'Add Areas' option is missing from Context menu.