Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Create Or Open Web Sites in Visual Studio 2012 Ultimate SP1 x64

I have an error when trying to create or to open a website in my visual studio professional 2012.

A dialog box appears to me that says says

The Web Developer Tools option must be installed prior to opening or creating Web projects.You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional components

I am using Windows 7 Ultimate Service Pack 1 on a 64-bit operating system and I have already installed the Web Developer Tools.

Could you please help me.

like image 526
user2197888 Avatar asked Mar 22 '13 05:03

user2197888


People also ask

How do I create a Web form in Visual Studio 2012?

In Visual Studio, choose File > New Project. On the left, expand Visual C#, select Web, and then select ASP.NET Web Forms Application.

How do I publish a Web service in Visual Studio 2012?

Publish Our Web Service in Internet Information Service Otherwise you always need to run your web service application in a separate Visual Studio instance. There first stop the web service application and go to the Solution Explore and right-click on the project. Then select "Publish".

How do I create a website project in Visual Studio?

Start Visual Studio, on the File menu select New, and then select Project. In the New Project dialog box, select Visual Basic or Visual C# as the programming language. In the Templates pane, select ASP.NET Empty Web Application, and name the project SofiaCarRentalWebApp. Click OK to create the solution and the project.


1 Answers

  1. Go to Control Panel -> Programs and Features -> Select your Visual Studio Version and hit "Change".

enter image description here

  1. Click MODIFY and enable Web Developer Tools

enter image description here

  1. Enable Web Developer Tools

enter image description here

  1. Click Update
like image 164
Inisheer Avatar answered Oct 26 '22 18:10

Inisheer