Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web tab missing from Property Pages menu in Visual Studio

I have the Web tab missing from the property pages in VS 2012(Don't ask why I'm using the old one) on all projects I have not installed any extensions or tools (Except NuGet package manager), and it's a fairly new install

I've seen these and none of them help me

Visual studio project properties tab "web" missing

Debug Tab missing from property page in VS2013

Compile Tab missing from project properties in Visual Studio 2012

like image 677
noskillnoob Avatar asked May 06 '17 15:05

noskillnoob


1 Answers

I had just one web project with missing web tab. Other projects were working fine. I did the below to fix my problem.

Right click on the project name and click "Unload project", then edit the project and see if you have the below tag with GUIDs in it. (If not I copied it from another web project.)

<ProjectTypeGuids>{xxxx};{xxx}</ProjectTypeGuids>

This tag should decide the type of the proeject.

like image 89
Samurai Jack Avatar answered Oct 24 '22 01:10

Samurai Jack