Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't install Silverlight Developer runtime

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 ?

like image 908
Siva Sankaran Avatar asked Dec 26 '11 19:12

Siva Sankaran


2 Answers

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

like image 172
JumpingJezza Avatar answered Nov 10 '22 04:11

JumpingJezza


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/
like image 12
katit Avatar answered Nov 10 '22 04:11

katit