missing templates in visual studio 2019

some dude with a pc 21 Reputation points
2021-07-10T06:16:30.243+00:00

I've been trying to find a Windows Forms Application (.NET Framework) template for ages and I just realized I don't have it on my visual studio. Can someone help with this?

(tags mean nothing i just had to have one to post this)

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,837 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,635 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2021-07-10T14:27:18.64+00:00

    Templates are under C:\Users**username**\Documents\Visual Studio 2019\Templates\ProjectTemplates, see if they exists

    113555-templates1.png

    If you can't find the templates as per @Viorel recommendation and need a C# windows form template for .NET Framework 4.8 (or earlier) or windows forms C# .NET Core, C#9 see my template repository on GitHub.

    To installed a template, from Visual Studio menu, project, select export project template, check project template then follow the prompts. Once done the template will be available.

    To use, select create new project, in the search text box, enter the name of the project just installed. Once found select it and provide a name. The template is now available for any Visual Studio solution.

    113581-templates.png