Reputation: 45801
I am previously using VSTS 2008 + C# + .Net 3.5 + Silverlight 3.0 and my application can be debugged correctly in VSTS 2008 (pressing F5 and then start debugging, my application is a traditional Silverlight application, i.e. an xap file embedded in html page).
I find when I upgrade to Silverlight 4.0 player, when debugging the same application, I met with the following error, any ideas what is wrong?
Unable to start debugging. The Silverlight managed debugging package isn't installed.
thanks in advance, George
Upvotes: 1
Views: 342
Reputation: 9192
You may want to try the following:
Upvotes: 1
Reputation: 755457
Looks like this is a problem a few people have encountered. The solution is to install the latest silverlight developer runtime.
Upvotes: 2
Reputation: 9784
see solution for this problem posted here.
You need to install the sl dev runtime.
Upvotes: 2
Reputation: 41388
You probably need to install the SL 4.0 developer package. The SL 3.0 developer package won't be able to debug SL 4.0 apps.
Upvotes: 2