Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install the Visual Web Developer feature for Visual Studio 2010

I have Visual Studio 2010 Premium installed, and I want to install the Silverlight 4 SDK.

The SDK says that it requires the Visual Web Developer feature for Visual Studio 2010. Any idea as to how to install, or activate this feature?


enter image description here

like image 837
Stephen Oberauer Avatar asked Jan 12 '11 14:01

Stephen Oberauer


People also ask

How do I know if I have vs2010 SP1 installed?

Question: How can I easily see if VS SP1 is installed on my machine? Answer: Run VS 2010, open Help » About. Look for "SP1Rel" after the version number.

Can Visual Studio 2010 install on Windows 10?

Actually, The Visual Studio 2010 only supported till Windows 7. I don't think you can able to run that in the Windows 10.

What is Visual Web Developer?

Microsoft Visual Web Developer is used to create web sites, web applications and web services using ASP.NET. Either C# or VB.NET languages can be used. Visual Web Developer can use the Visual Studio Web Designer to graphically design web page layouts.


3 Answers

Run the Visual Studio installer and double check the installed components. Make sure Web Developer is enabled (Web Developer should be part of the standard installation for VS 2010 Premium) and then hit OK.

Once the installation has completed try installing the Silverlight SDK again.

like image 60
ChrisF Avatar answered Oct 02 '22 08:10

ChrisF


  1. Rerun visual studio setup
  2. Select modify
  3. Choose option "Microsoft web Developer Tools"

enter image description here

like image 30
Anil Garlapati Avatar answered Oct 02 '22 08:10

Anil Garlapati


With Windows Azure, this is not as straightforward, because there is no separate VS installer. After launching VS2010SP1AzurePack.2E2.2E1.exe, you will eventually get this message. Once you do, click OK. Then on the next screen, where it has all the software products listed and the "I Accept" button is grayed out, scroll down to the "Visual Web Developer 2010 Express (Dependency)" line, and click on the "Direct Download" link underneath it. Run the "vwd_web.exe" file that it downloaded, and it will install Visual Web Developer 2010 Express. Once that completes, click on the "I Decline" button back on the list of products. That returns you to the first screen. Now click the "Install" button - the message will not appear, and the "I Accept" button on the next screen will now be enabled.

like image 5
Jim Babka Avatar answered Oct 02 '22 08:10

Jim Babka