我收到多个脚本错误,其中包含以下详细信息:
An error has occurred in the script on this page
line: 13
Char: 3
Error: 'UI' is undefined
Code: 0
URL: about:blank
Do you want to continue running scripts on this page?
Yes No
line和char值会发生变化。我已经尝试过设置:
WebBrowser1.ScriptErrorsSuppressed = True
我也尝试过这个MSDN页面上的示例代码中的方法: WebBrowser.ScriptErrorsSuppressed Property
我完全失去了我能做些什么来抑制这些错误。任何帮助将不胜感激。我在VB.Net工作。