|
Rank: Advanced Member Groups: Member
Joined: 6/20/2016 Posts: 32
|
I am performing various automation tasks and after a while I am getting the error "One of the child processes used by EO components reported an out of memory error."
So what I am trying to do is destroy and recreate the webview to free up the used resources. This has worked for me in the past, but for some reason not anymore. Hopefully you can shed some light on this.
First, I call webView1.Destroy() and the webView1.Closed event handler is successfully triggered. In that handler I just recreate the webview again by just calling webView1.Create(picBrowser1.Handle) ... the same way I created it originally.
However right after when I try to navigate anywhere (or just hit an Application.DoEvents statement), the EO.Base.Runtime.Exception handler is triggered with the message "Object reference not set to an instance of an object.".
Am I doing something wrong?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
This is just to let you know that we have been able to reproduce this problem. This will be fixed in our next build.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have posted build 16.2.93.0 that should fix this problem. You can download it from our download page.
Thanks!
|
|