Disable Silverlight Plug-in Warning in Chrome

I work with a Silverlight 3 application and use Chrome as my test browser. During debugging, I always get a pop-up message:

Plugin not responding

The following plug-in is not responding: Unknown Do you want to stop i?

Well no

How can I disable this in Chrome? Is it possible to install VS to disable it only during debugging? This is a real pain when debugging.

Thanks,

+4
source share
3 answers

Add --disable-hang-monitor to chrome shortcut

+6
source

Nick - do you use Chrome in the early stages of builds on a Mac? There are some known issues with Chrome / Silverlight that we work with teams - most scripts work. Is this something you can share so others can check?

+1
source

To be honest, I set IE9 as my default browser when debugging Silverlight and then switch back to Chrome. Chrome does not seem to interact with Visual Studio (or vice versa), so I cannot get the control and exception information when using Chrome.

0
source

All Articles