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

asp.net, silverlight, silverlight-5.0

Solution

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:

- Uninstall everything that has name "Silverlight"

- Install "Silverlight_5_Toolkit_December_2011.msi"

- Install "silverlight_5_sdk.exe"

- Install "Silverlight5_Tools_SP1.exe"

- 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.

Problem

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.

Original source

Related problems