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 回答1: 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). 回答2: Are you using