|
Rank: Newbie Groups: Member
Joined: 4/26/2019 Posts: 4
|
I just upgraded WebBrowser, Base, and WebEngine to version 19.1.11 to fix the Windows 10 issues.
It worked for that. Now, whenever there's a problem like a 404 for an image file or something, we're seeing a popup labeled "Console Error". This didn't happen on prior versions. How do I get rid of that?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We are not aware of any of our code that display a "Console Error" dialog box. So you may want to check the call stack of this dialog box to see where it comes from. If it does originate from our code, please post the call stack and we will see what we can find.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/26/2019 Posts: 4
|
Yeah, the MessageBox was on our side. However, I believe the behavior did change in the latest version. We had the following in the WebBrowser ConsoleMessage event:
if (e.Severity == EO.WebBrowser.ConsoleMessageSeverity.Error)
It seems like this is true for stuff like 404 where it wasn't before. Not a priority at all for us now.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Please update to the latest build and see if it resolves the issue for you. We did fix an issue with ConsoleMessageEventArgs.Severity very recently. This property was giving out the wrong value and it has been fixed in build 19.1.11.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/26/2019 Posts: 4
|
We are using version 19.1.11 and it has the problem.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi, In that case please try to create a test project and send the test project to us. We are not aware of errors like 404 would trigger the ConsoleMessage event. So there must be something unique either in your app or in your page and we would need to be able to reproduce it here in order to debug into our source code to find out why. Please see here for more information on how to send test project to us: https://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|