Turn Off Silverlight Plug-in Warning in Chrome

不羁岁月 提交于 2019-12-22 08:06:14

问题


I'm working with a Silverlight 3 app and using Chrome as my test browser. While debugging I keep getting the popup message:

Plug-in Unresponsive

The following plug-in is unresponsive: Unknown Would you like to stop i?

Yes/No

How can I turn this off in Chrome? Can VS be set to shut it off only when debugging? It's a real pain when debugging.

Thanks,


回答1:


Add --disable-hang-monitor to chrome shortcut




回答2:


Nick - are you using Chrome early builds on the Mac? There are some known issues with Chrome/Silverlight that we are working through with the teams -- most scenarios work though. Is this something you can share so others may verify?




回答3:


To be honest, I set IE9 as my default browser when debugging Silverlight and switch back to Chrome afterwards. Chrome doesn't seem to communicate to Visual Studio (or vice versa) so I can't get breakpoint and exception information when using Chrome.



来源:https://stackoverflow.com/questions/1791549/turn-off-silverlight-plug-in-warning-in-chrome

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