Wednesday 27 October 2010

Unable to start debugging. The Silverlight managed debugging package isn’t installed.

When running the Silverlight project, you might be getting the following error and on click of OK you project ends the execution


“Unable to start debugging. The Silverlight managed debugging package isn’t installed.”


The reason behind this is you are not installed Silverlight Developer in your system or not the latest version of Silverlight Developer version installed.


The latest version of Silverlight Developer (Silverlight_Developer.exe) set up file can find at the following URL


http://go.microsoft.com/fwlink/?LinkID=150228


In sometime, you will be getting message "A newer version of Silverlight is already installed" while installing the Silverlight Developer setup file. This occur because of the silverlight runtime installed newer version (may be Silverlight v4.0 - now it is latest version) and the you have installed developer runtime already which required to be upgraded to newer version.


To fix this issue, download the Developer from the following link and install the new Silverlight Developer runtime.
http://go.microsoft.com/fwlink/?LinkID=188039

If you still getting the issue, try to uninstall Silverlight runtime, Developer runtime and install the correct Silverlight runtime and the developer version what you need.


For information, the sequence of installation setup steps I follow to develop Silverlight 3.0 applications with WCF RIA services are:


  1. Visual Studio 2008
  2. Visual Studio 2008 SP1
  3. Silverlight Runtime 3.0 (Silverlight.exe) (http://go.microsoft.com/fwlink/?LinkID=149156)
  4. Silverlight 3.0 Tools (Silverlight3_Tools.exe)
    (http://www.microsoft.com/downloads/en/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&displaylang=en)
  5. Silverlight Developer (Silverlight_Developer.exe)
    (http://go.microsoft.com/fwlink/?LinkID=150228)
  6. RIA Service (RiaServices.exe)
    (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en)
After installing these sequences of steps I am able to work with Silverlight application without any issue.

1 Response to “Unable to start debugging. The Silverlight managed debugging package isn’t installed.”

  • Anonymous says:
    25 December 2013 at 20:17

    Thanks..It is really useful..

Post a Comment