Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Unable to Start Debugging. The Silverlight Developer Runtime is Not Installed.

0.00/5 (No votes)
18 Sep 2014 1  
Unable to start debugging. The Silverlight Developer Runtime is not installed.

My development laptop physically damaged recently and I had to switch over to another temporary laptop. It took about a day for me to install all dev software including Visual Studio 2010, SQL Server 2008 and many other software. After all the installations are done, I created a test project using Visual Studio and confirmed everything is alright. Then I went to my work place and I tried debugging my project. To my surprise, it came with the following message:

debugging error

I thought I had setup everything and wasn't sure what is the role of Silverlight in debugging my ASP.NET project, which doesn't use any Silverlight components. Moreover, I already had Silverlight installed. But the problem was, my version of Silverlight was 5.0 but my Visual Studio version was expecting Silverlight 4.0. All I had to do to resolve the error was, install Silverlight Developer Runtime. You can download Silverlight Developer Runtime and install on your computer to resolve this error.

Installation Error: A Newer Version of Silverlight is Already Installed

When I tried to install Silverlight, I received the following error: Unable to install Silverlight. A newer version of Silverlight is already installed. This was because my computer had Silverlight 5.0 installed when I tried to install Silverlight 4.0. All I had to do was, go to the "Add Remove Programs" and uninstall the Silverlight from there. After installing the newer version, I was able to install Silverlight 4.0 and resolve the debugging error in Visual Studio.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here