How do I suppress script errors when using the WPF WebBrowser control?

Posted by willem on Stack Overflow See other posts from Stack Overflow or by willem
Published on 2009-08-19T07:14:16Z Indexed on 2010/04/23 23:53 UTC
Read the original article Hit count: 648

Filed under:
|

I have a WPF application that uses the WPF WebBrowser control to display interesting web pages to our developers on a flatscreen display (like a news feed).

The trouble is that I occasionally get a HTML script error that pops up a nasty IE error message asking if I would like to "stop running scripts on this page". Is there a way to suppress this error checking?

NOTE: I have disabled script debugging in IE settings already.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about webbrowser