tags:

views:

22

answers:

1

I'm trying to run a sivlerlight website in Windows 7 64-bit. I have VS 2008 SP1 and downloaded silverlight 3 SDK. It installed succesfully and everything, but I'm getting this error when I try to compile:

"unable to start debugging the silverlight managed debugging package isn't installed"

Any help?

Thanks!

+2  A: 

You need more than the SDK to debug silverlight, the Silverlight Tools for Silverlight 3 which also includes the version of the runtime that is debuggable.

You may also need to install the Silverlight 4 developer runtime, since its quite likely you will run into a site the requires silverlight 4 but installing the standard 4 runtime will put you at square one.

This is the link to the silverlight 4 dev runtime:-

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

AnthonyWJones
Sounds good. Do I have to uninstall anything before installing these two?
Carlo
It worked! Thanks.
Carlo