user375863
user375863

Reputation: 31

Silverlight 4 is not debugging. Symbols are not loaded

I am making my first silverlight application. I only put a textbox and a button. I tried to debugged and It doesn't work.

I tried going to the web project. property pages->start options->debuggers and silverlight is already checked. so I need help.

Why is not working????

Thanks

Nora

Upvotes: 0

Views: 801

Answers (3)

Rajan Choudhary
Rajan Choudhary

Reputation: 1

I also faced this Issue. what i Did is as follows

Just Go to Properties of .web project and mark the checkbox against Silverlight. Now "Start Debugging".

May Be this would be helpFul.

Upvotes: 0

Ozan
Ozan

Reputation: 4415

You need to disable out-of-process hosting for silverlight.

Go to about:config in Firefox, look for key "dom.ipc.plugins.enabled.npctrl.dll" and set the value to false (doubleclick).

Upvotes: 2

AlexEzh
AlexEzh

Reputation: 621

Are you using Firefox? There is an issue with the recent Firefox update. You have to make SL to be in-proc plugin. By default plugins run out-of-proc and VS does not see them.

Upvotes: 0

Related Questions