Can't install Silverlight Developer runtime

Visual Studio-2010Visual StudioSilverlightSilverlight 5.0

Visual Studio-2010 Problem Overview


I have installed VS 2010 professional with full installation in Windows 7.

I have installed Silverlight 5.0 separately.

When I create silverlight application, it asks for installing silverlight Developer runtime. > You need to install the latest Silverlight Developer runtime before creating a Silverlight project

After downloading the runtime when I tried to install it prompted that

> newer version of Silverlight is already installed

So I cant install runtime and I cant create siverlight application.

I tried to install Silverlight 5 tools, but it ask to install service pack 1 for visual studio. Microsoft Silverlight 3 SDK and Microsoft Silverlight 4 SDK are already installed in the system. Why SDK does not include the developer runtime ?

What are the things do we need to develop a silverlight application ?

Visual Studio-2010 Solutions


Solution 1 - Visual Studio-2010

I was getting the same error. The problem was that the link that Visual Studio was giving was for the 32 bit version, and I am running 64 bit. Some kind of error mentioning that when failing the install would have been nice...

Here is the link for the 64-bit version of Silverlight 5 developer tools:
http://go.microsoft.com/fwlink/?LinkID=229324

Solution 2 - Visual Studio-2010

Service Pack 1 needed for Silverlight 5.

I suggest to(based on my recent experience)

  1. Uninstall everything "Microsoft Silverlight" that you have
  2. Make sure SP1 installed
  3. Install Silverlight 5 tools from here: http://www.silverlight.net/

Solution 3 - Visual Studio-2010

The simplest fix is to uninstall then re-install the Silverlight developer runtime as shown below when executed from a console window (for the 64 bit version):

Silverlight_Developer_x64.exe /qu

Silverlight_Developer_x64.exe

Note that you need to wait for the silent uninstall to complete, so give it a couple minutes before executing the re-install.

By the way, this issue is affecting everyone that had a previous installation of the SL developer runtime installed and upgraded to Windows 8.1!!

Solution 4 - Visual Studio-2010

After installing a new version of Silverlight you have to install the "Developer" version, too. With this, You can open your projects in Visual Studio without any problem.

x86: http://go.microsoft.com/fwlink/?LinkID=146060

x64: http://go.microsoft.com/fwlink/?LinkID=229324

Solution 5 - Visual Studio-2010

Uninstall Silverlight version 5 and then reinstall it using the link provided from visual studio.

This worked for me.

Solution 6 - Visual Studio-2010

I found the following link very useful

Microsoft Silverlight release history

Solution 7 - Visual Studio-2010

In addition to installing Silverlight 5, I had to install the Silverlight 4 SDK:

Solution 8 - Visual Studio-2010

Service Pack 1 needed for Silverlight 5.

I suggest to(based on my recent experience)

Uninstall everything "Microsoft Silverlight" that you have Make sure SP1 installed SP1 Install Silverlight 5 tools from here: SL5

Solution 9 - Visual Studio-2010

For Visual studio 2013 and windows 10, make sure you debug/start your application with Microsoft internet explorer. Debugging with Edge will result in the following error message: Unable to load the Silverlight developer runtime.

Solution 10 - Visual Studio-2010

Here is a link for Visual Studio SP1 Installer

<http://www.microsoft.com/en-us/download/details.aspx?id=23691>

Here is the link for Visual Studio SP1 Direct Download

<http://go.microsoft.com/fwlink/?LinkId=210710>

Feel your comfort

Or else Download Visual Studio 2012 Release Candidate Version (Direct Link)

<http://go.microsoft.com/fwlink/?LinkId=247147>

Solution 11 - Visual Studio-2010

If you install Visual Studio 2012 or (now) release version you will overwrite .NET Framework 4.0 with 4.5 and apps created with 4.0 will need to be upgraded. .NET 4.5 is an in-place replacement to 4.0 not a side-by-side.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionSiva SankaranView Question on Stackoverflow
Solution 1 - Visual Studio-2010JumpingJezzaView Answer on Stackoverflow
Solution 2 - Visual Studio-2010katitView Answer on Stackoverflow
Solution 3 - Visual Studio-2010NoemataView Answer on Stackoverflow
Solution 4 - Visual Studio-2010m.eslahi.kView Answer on Stackoverflow
Solution 5 - Visual Studio-2010De-AngeloView Answer on Stackoverflow
Solution 6 - Visual Studio-2010uowzd01View Answer on Stackoverflow
Solution 7 - Visual Studio-2010BlaineView Answer on Stackoverflow
Solution 8 - Visual Studio-2010Jignesh.RajView Answer on Stackoverflow
Solution 9 - Visual Studio-2010WatsonView Answer on Stackoverflow
Solution 10 - Visual Studio-2010Krishna ThotaView Answer on Stackoverflow
Solution 11 - Visual Studio-2010lreederView Answer on Stackoverflow