Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio SP1 error: silverlight_sdk.msi is unavailable

I'm trying to install the SP1 for Visual Studio 2010. I first installed the beta and it worked fine. Then I used the web platform installer to install the SQL CE Compact 4, which I assume installed the full SP1 after (this installation took over 12 hours, so I canceled it). The web platform installer told me that SP1 and Silverlight 4 was installed.

Visual Studio tells me SP1 was partially installed. So I downloaded the installer from the site and now it gives me this error:

Microsoft Silverlight 4 SDK - The feature you are trying to use is on a network resorce that is unavailable. Seeking application package 'silverlight_sdk.msi'.

How can I fix this error?

like image 270
Shawn Mclean Avatar asked Mar 12 '11 23:03

Shawn Mclean


3 Answers

It's because Silverlight 4 isn't bundled with SP1 (apparently). Download Silverlight 4 tools, extract and point the SP1 error dialog to silverlight_sdk.msi. Should resolve it.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b3deb194-ca86-4fb6-a716-b67c2604a139&displaylang=en

like image 151
flesh Avatar answered Oct 15 '22 07:10

flesh


To solve this problem you have to follow these steps:

  1. Download "Microsoft Silverlight 4 Tools for Visual Studio 2010", but do not install.

  2. Rename the downloaded installer file "Silverlight4_Tools.exe" to "Silverlight4_Tools.rar".

  3. Extract the .rar file using tools like 7-Zip.

  4. You can find the file silvelright_sdk.msi in the extracted files.

  5. Go back to your Visual Studio 2010 SP1 installer. If you are still on the error window, click the browse button to browse and choose the silvelright_sdk.msi from the folder where you extracted the files.

like image 4
Hemant Soni Avatar answered Oct 15 '22 07:10

Hemant Soni


I downloaded the offline installer and it worked fine.

like image 2
Shawn Mclean Avatar answered Oct 15 '22 07:10

Shawn Mclean