I use WebBrowser to browse some web pages, but I ran into a small problem loading scripts.
The code below did not solve my problem, I want the stable operation of all scripts, not to hide them.
webBrowser1.ScriptErrorsSuppressed = true; For example, This site runs fine in Internet Explorer without any errors, but when I open it in C # webBrowser, I get 6-8 script errors.
The first of them:
Please, tell me what to do with this problem?
This link did not help me: https://stackoverflow.com/questions/25142594/allowing-javascript-to-run-on-a-windows-form-web-browser
PS: I copied a link to * .js from the error window, and pasted the browser into IE - an error, and in Chrome it opened.
