Silverlight 4 is not debugging. Symbols are not loaded

做~自己de王妃 提交于 2020-01-06 06:59:10

问题


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




回答3:


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.



来源:https://stackoverflow.com/questions/3115276/silverlight-4-is-not-debugging-symbols-are-not-loaded

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!