Hello Guys,
This is Rakesh Nagekar,
when i open a visual studio.net and click on File -->New website -->
Then the
windows application,console application,class library, all those in project are comming
those require for creating website is not comming.
how to get back those please

Rakesh Nagekar

Dani AI

Generated

Seeing Windows/Console/Class Library templates when selecting File -> New -> Website usually means the Web templates or Web tooling are not available to that Visual Studio instance (wrong SKU, corrupted template cache, or Web components missing). As @bhi noted, knowing the exact Visual Studio edition/version is important; reinstalling can work, but a few targeted steps often restore the Website templates without a full reinstall.

Suggested checks and quick fixes:

  • Confirm the edition: open Help -> About Microsoft Visual Studio and verify that ASP.NET/Web tooling or Visual Web Developer is installed. Express SKUs may not include full Web templates.
  • Refresh templates: close Visual Studio, run the Visual Studio command prompt as administrator and execute devenv.exe /installvstemplates (optionally follow with devenv.exe /setup or devenv.exe /resetsettings). This refreshes the template cache.
  • Clear the user template cache first if needed (delete the ProjectTemplatesCache/ItemTemplatesCache under the Visual Studio local profile), then rerun the install command.
  • If using an Express edition or the above fails, run the Visual Studio repair from the installer or Programs and Features; reinstall the Web components or install Visual Web Developer Express for web work.

References: Visual Studio command-line switches for the devenv options and Visual Studio repair instructions are documented by Microsoft: and Repair Visual Studio.

Which version of visual studio are you using?

I had a similar problem in VS 2005. I reinstalled the entire thing and its working fine now.

Thank u
for giving the reply

Rakesh Nagekar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.