asp.net core web application not showing in visual studio 2022

EMAIL ADMINI 15 Reputation points
2024-02-17T11:06:00.1333333+00:00

asp.net core web application not showing in visual studio 2022

Developer technologies Visual Studio Other
{count} votes

4 answers

Sort by: Most helpful
  1. James Adelola 10 Reputation points
    2024-11-18T18:24:57.79+00:00

    I was having the same issue. You can try this:

    Open your Visual Studio Installer > Modify, then make sure the “ASP.NET and web development” workload is installed. Additionally, select/tick the box of the “Additional project templates” and “.NET Framework projects and item templates.” It worked for me after installing both, and it should resolve the issue for you as well if you're facing the same challenge.

    2 people found this answer helpful.
    0 comments No comments

  2. AgaveJoe 30,126 Reputation points
    2024-02-17T13:26:20.92+00:00

    This is usually due to not selecting the ASP.NET Core workload when prompted during installation of Visual Studio. Step 4 - Choose workloads Open the Visual Studio Installer from the start menu, click modify, select the ASP.NET and Web Development workload.

    0 comments No comments

  3. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2024-02-19T06:49:37.7233333+00:00

    Hi @EMAIL ADMINI

    Welcome to Microsoft Q&A! 

    Do you mean the “ASP.NET Core Web App” project template is missing? User's image

    As AgaveJoe suggests, please open your Visual Studio Installer > Modify > ensure the “ASP.NET and web development” workload is installed. 

    If the “ASP.NET and web development” workload has been installed, please uninstall and reinstall the workload. 

    You can also update your VS2022 to the latest version and check it again. Or consider reinstalling the VS2022. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  


  4. Shamshuddin Mohammed 0 Reputation points
    2025-04-19T19:28:46.24+00:00

    firstly, CORE has been rebranded to .NET, so if you see .NET then you are actually seeing Core.

    Secondly, try installing "workloads" for ."ASP.net and Web Development"---to do this

    1. Search for "VS Installer" on your system
    2. Click "modify"
    3. tick "ASP.net and Web Development"
    4. restart VS.
    5. now try if you see .NET in the app window
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.