views:

40

answers:

2

Hi,

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

A: 

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.

AlexEzh
A: 

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).

Ozan
hi. how can I put you as the answer. thanks a lot. it did it.
@nora77: there is a check mark where the answer score is, check it to mark the answer as accepted. You can also give it a vote up.
Ozan