Welcome Guest Search | Active Topics | Sign In | Register

Console Error MessageBox Options
DanH
Posted: Thursday, May 2, 2019 2:58:05 PM
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?
eo_support
Posted: Friday, May 3, 2019 10:21:48 AM
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!
DanH
Posted: Friday, May 3, 2019 3:05:58 PM
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.
eo_support
Posted: Saturday, May 4, 2019 2:33:49 PM
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!
DanH
Posted: Monday, May 6, 2019 10:39:44 AM
Rank: Newbie
Groups: Member

Joined: 4/26/2019
Posts: 4
We are using version 19.1.11 and it has the problem.
eo_support
Posted: Monday, May 6, 2019 10:51:07 AM
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.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.