“Unable to start debugging. The Silverlight managed debugging package isn’t 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.
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:
- Visual Studio 2008
- Visual Studio 2008 SP1
- Silverlight Runtime 3.0 (Silverlight.exe) (http://go.microsoft.com/fwlink/?LinkID=149156)
- Silverlight 3.0 Tools (Silverlight3_Tools.exe)
(http://www.microsoft.com/downloads/en/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&displaylang=en) - Silverlight Developer (Silverlight_Developer.exe)
(http://go.microsoft.com/fwlink/?LinkID=150228) - RIA Service (RiaServices.exe)
(http://www.microsoft.com/downloads/en/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&displaylang=en)
Thanks..It is really useful..