Reputation: 31
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
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
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
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