Welcome Guest Search | Active Topics | Sign In | Register

WebControl Crash on changing URL Options
Kunal Singh Chauhan
Posted: Tuesday, January 25, 2022 3:30:13 AM
Rank: Newbie
Groups: Member

Joined: 12/29/2021
Posts: 8
Hi Team,

We are using EO WebControl version 21.1.11.0 in our application. We are getting the following issue when we try change the URL in EO WebControl:



We have already done AllowRestart = True, but the issue is still coming.

Regards,
Kunal Singh Chauhan
eo_support
Posted: Tuesday, January 25, 2022 3:13:34 PM
Rank: Administration
Groups: Administration

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

AllowRestart is on the Engine, not on the WebView. The WebView once destroyed must be explicitly recreated. If while recreating the WebView the WebView detected that the underlying Engine has already stopped but AllowRestart is set to true, then it will automatically restart that stopped Engine.

You should find out why the WebView has been destroyed first. It could have been destroyed by your code or it could have been a crash somewhere in the browser engine. If it is destroyed by your code, then you just have to recreate it if you need to use it again. If the WebView has been destroyed unexpectedly due to a crash, then please try to reproduce the problem and we will investigate the crash. Once you have the code to reproduce the problem, please follow the instruction here to send the reproducing code 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.