Home > Back-end >  Can't find web form item in visual studio
Can't find web form item in visual studio

Time:12-13

I can't seem to find web form item when adding trying to add a new item in my ASP.NET web application project in Visual studio 17.0.1, any help?

add item picture

CodePudding user response:

It was solved by modifying the installation in Visual Studio Installer and installing the ".NET Framework project and item templates" component under the "Individual components" tab.

Credits to: https://www.howtosolutions.net/2021/11/visual-studio-missing-asp-net-web-application-template-dotnet-framework/

  • Related