Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Web Development feature in Visual Studio 2015?

I am trying to install Microsoft Azure SDK. I downloaded this version (2.9) of the SDK from here. And I am getting the following error in the picture.

I have Visual Studio 2013 and 2015 installed on my PC. Could it be some sort of compatibility issue. I read on some forum that it won't work if I have different versions of the Azure SDK installed on Visual Studio 2013 and 2015.

But I don't have the SDK installed on any of them. And I can't seem to find any Web Development Feature in the IDE either. Does anyone know how to resolve this?

Visual Studio error

like image 405
Alchemist Avatar asked Apr 07 '16 17:04

Alchemist


2 Answers

Given the situation, the issue is most probably that the relevant modules for Web Development weren't installed when Visual Studio was installed. Those modules are not selected to be installed by default.

The solution is to simply re-run the setup and select "Modify". On the list of modules, go to "Windows and Web Development". You should get Microsoft Web Developer Tools in the list. Just select that and install. That should do the trick.

like image 157
Alchemist Avatar answered Oct 03 '22 05:10

Alchemist


@alchemist is right but I had deleted the VS2015 installer long ago (right after installing). So I went to the Control Panel > Programs And Features > Microsoft Visual Studio 2015 Community with Updates > (right-click) > Change

This will bring up the visual studio installer. Click on Modify > Check Microsoft Web Developer Tools > Update.

*walks towards the camera in slow motion on an exploding background

like image 41
Nika Kasradze Avatar answered Oct 03 '22 04:10

Nika Kasradze