Rank: Newbie Groups: Member
Joined: 9/1/2015 Posts: 1
|
We have a VB.net program embedded the EO.Webbrowser. Each time we starting the program, a rundll32.exe process would started after the WebView object is created.
The code is listed below: dim threadRunner As New EO.WebBrowser.ThreadRunner() Dim webView1 As WebView = threadRunner.CreateWebView()
the webView1 object loads a URL indicated to a web page in IIS.
the issue is that the memory of rundll32.exe inscreases with whe page refreshing each time, it seems like that there is a memory leak in EO.Webbrowser.
I am waiting for your answer, Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, You can try to observe it for a longer period of time and see if the memory usage comes down, or try the same page with Google Chrome browser and see if the same problem occurs. If it does not come down after a long period of time, then you can try to isolate the problem into a test project and send the test project to us: http://www.essentialobjects.com/forum/test_project.aspxOnce we have that we will look into it and see what we can find. Thanks!
|