Welcome Guest Search | Active Topics | Sign In | Register

EO.Base.Runtime.Exception Options
Red Olive
Posted: Saturday, June 13, 2020 1:44:13 AM
Rank: Member
Groups: Member

Joined: 2/18/2020
Posts: 10
How to handle EO.Base.Runtime.Exception?

It sometimes gives us the 'Channel Disconnected Error' error.

I tried this:

Quote:
EO.Base.Runtime.EnableCrashReport = false;
EO.Base.Runtime.Exception += (sender, args) => { };


is that right? and How to bind this to EO.WebEngine or EO.WebBrowser. I did not found any pure documentation about this.
eo_support
Posted: Monday, June 15, 2020 9:03:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

Your code is correct. I am not sure what you meant by how to bind this to EO.WebEngine or EO.WebBrowser though. You do not need to do anything specially about those two DLLs. When an internal exception occurred in those two DLLs, this event will be raised as well.

Thanks!
Red Olive
Posted: Sunday, June 21, 2020 3:33:05 AM
Rank: Member
Groups: Member

Joined: 2/18/2020
Posts: 10
But it is not working and gives us the 'Channel Disconnected Error'.
eo_support
Posted: Monday, June 22, 2020 9:50:53 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
It should not. If you still have problem, you can try to isolate the problem into a small test project and send the test project to us and we will investigate further. See here for more details:

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.