I'm missing a few project templates in VS 2022

Coreysan 1,806 Reputation points
2025-02-17T19:57:53.27+00:00

In VS 2019, I frequently created new projects with the following templates:

  1. ASP.NET Web Application (.NET Framework) C#
  2. Report Server Project

But I don't see those two templates in VS 2022. Did I miss something when installing 2022?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Albert Kallal 5,496 Reputation points
    2025-02-17T20:39:21.2166667+00:00

    Yes, these older templates and workflows are now not installed by default. If you think about this, we have near what, 20+ years of templates? Visual Studio is simply an amazing tool, but it also has oh so many features, that now by default, not all of the workflows for say webforms is installed by default.

    However, they are all still available.

    Tools->get tools and features.

    You want to check/install these workflows:

    User's image

    I would check all the ones I have in above, but the "Additional project templates (Previous versions)" I point out in above is the most critical one you require. However, I would check most of what I have above.


  2. Coreysan 1,806 Reputation points
    2025-02-20T17:09:08.5833333+00:00

    Well, I finally have everything I need. Do I understand it? No.

    I installed SSRS report service extension as explained above, but when I typed "Report" in the available templates search bar, nothing came up. for reports.

    However, 24 hours later, I searched again and I get lots of results.

    Also, I noticed that I can't simply open a existing VS 2019 SSRS solution in 2022 - I have to recreate it.

    Maybe I'm doing something wrong, but all I get is incompatible messages. How can that be? But okay, I'll recreate them!


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.