I am using a WebBrowser control embedded in a C# WPF .NET4 app. Whenever I press manually the button in a form, the browser hangs on "Your request is being processed&qu
This works for me:yourWebBrowser.ScriptErrorsSuppressed = true;
yourWebBrowser.ScriptErrorsSuppressed = true;