S
S
Sergey Karbivnichy2015-02-04 00:15:52
.NET
Sergey Karbivnichy, 2015-02-04 00:15:52

Internet explorer - how to remove the "Script Error" error?

I am writing a program to work with vk api. I do authorization through WebBrowser. When opening the vk.com page, a script error appears. Now on a windows 10 and IE 11 laptop. But the error is 100% not due to the technical preview (win 10) on the laptop. Since the error occurs when running in windows xp and windows 7 with the latest updates. Generally that with the given error authorization transits. And if I alone used the program, then one could not bother, but such a program cannot be shown to users. How can this problem be solved? Thank you.
tkTcjSGIYZw.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir S, 2015-02-17
@hottabxp

if you are using the winform application, you can try this
WebBrowser1.ScriptErrorsSuppressed = True

R
Rikcon, 2015-02-04
@Rikcon

Why are you torturing WebBrowser?
http://habrahabr.ru/post/216553/
Here is an api wrapper written by a habravchanin, try it with it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question