Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

You need to install the latest silverlight developer runtime before opening silverlight project

When I open silverlight project in vs2010 it'll show me the dialogbox with error

" You need to install the latest silverlight developer runtime before opening silverlight project"

and provide me link "go.microsoft.com/fwlink/?LinkId=146060" , while I already install this silverlight version.

Please help me to resolve this stuff.

like image 776
Dilip Suvagiya Avatar asked Jul 15 '13 05:07

Dilip Suvagiya


People also ask

How do I open Silverlight in Visual Studio?

Step 1 − Open Visual Studio. Click the File menu, point to New and then click Project. Step 2 − A New Project dialog box will open. Under Templates, select Visual C# and then click Silverlight.

Where is Silverlight in application?

The Settings > Apps & features window; The Details tab of the Silverlight installer file Properties.


2 Answers

I had the similar problem. Every time I tried to visit a link and install thing I got the same. However, I asked colleagues and they suggested me to install things in the following order:

  1. Uninstall everything that has name "Silverlight"
  2. Install "Silverlight_5_Toolkit_December_2011.msi"
  3. Install "silverlight_5_sdk.exe"
  4. Install "Silverlight5_Tools_SP1.exe"
  5. Install "Silverlight_Developer_x64.exe"

I had all that packages downloaded in my company, so you will need to find them in internet by yourself. From what I've seen, they are all available. The only matter is direction of installation. This one helped me.

like image 138
Andrey Tagaew Avatar answered Nov 15 '22 07:11

Andrey Tagaew


The good link for the last version of « Silverlight Developer Runtime » (Silverlight_Developer_x64.exe or Silverlight_Developer.exe) is :
http://www.microsoft.com/fr-fr/download/details.aspx?id=39597 (French link)
http://www.microsoft.com/en-us/download/details.aspx?id=39597 (English link)

The last auto-update of Silverlight just install the standard run-time version.

like image 22
Tonio Avatar answered Nov 15 '22 07:11

Tonio