Flory
Flory

Reputation: 2849

Cannot Debug using Visual Studios on a Silverlight project

When I try to run a Silverlight project in Visual Studios 2008 I get this error all of a sudden:

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

What have I done wrong?

Upvotes: 3

Views: 585

Answers (2)

Eagle
Eagle

Reputation: 1

Maybe you should try below steps:

  1. Right click your Web project
  2. Select Web
  3. Find Debuggers
  4. Check Silverlight

That's it!

Upvotes: 0

Flory
Flory

Reputation: 2849

The answer was I had installed SilverLight 4 when banging around on the web and needed to install it again using the developer verison Silverlight_Developer.exe. I suppose this is kind of a well, duh, but maybe it will save someone else the pain.

Upvotes: 3

Related Questions