Reputation: 385
I have installed Visual Studio Community 2022 with two workloads (for web applications), these workloads have a size about 5 GB. They were downloaded previously and using in Visual Studio 2019, so when I choose them in the installer, the required downloads required was 1.68 GB.
The downloading and installation completed successfully, but when I launched the Visual Studio 2022 to create new projects, no project templates appeared. I see only a blank solution.
I opened the installer to ensure that workloads selected or not, and they are selected.
Now, how can I find the templates?
Upvotes: 15
Views: 26792
Reputation: 1704
Open Visual Studio Installer. Locate the Visual Studio 2022 panel and click "Modify". On the right, in the "Installation details" menu, under "ASP.NET and web development" and then "Optional", check "Additional project templates (previous versions)". Click "Modify" and you'll be done!
Upvotes: 33
Reputation: 1
I had this problem for 2 days and this is what fixed it:
I downloaded and installed .NET SDK from https://dotnet.microsoft.com/en-us/download manually. Then I restarted the Visual Studio and all the projects showed up.
Upvotes: 0