Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser error unexpected never closes rundlls Options
Cristiano Conte
Posted: Thursday, October 30, 2014 8:40:28 AM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
Hi,

When the principal process is closed unexpected the rundll.exe opened never closes. What to do ?

Thanks.
eo_support
Posted: Thursday, October 30, 2014 11:09:06 AM
Rank: Administration
Groups: Administration

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

Please update to the latest build from our download page. We have fixed an issue where the child rundll32.exe process may not close after the parent process closes not very long ago.

If you still see this problem with the current build, please try to isolate the problem into a test project and send it to us. Please see test project guideline here:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!
Cristiano Conte
Posted: Thursday, October 30, 2014 1:20:02 PM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
What is lastest version the EO.WebBrowser Single DLL Build? I need it because the MULTIPLE DLL doesn't work in Win XP.

Thanks.

eo_support wrote:
Hi,

Please update to the latest build from our download page. We have fixed an issue where the child rundll32.exe process may not close after the parent process closes not very long ago.

If you still see this problem with the current build, please try to isolate the problem into a test project and send it to us. Please see test project guideline here:

http://www.essentialobjects.com/forum/test_project.aspx

Thanks!
eo_support
Posted: Thursday, October 30, 2014 1:38:49 PM
Rank: Administration
Groups: Administration

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

The latest build is EO.Total 2014.0.25, which contains EO.WebBrowser.dll 3.0.88. You can download it from our download page.

You can also download EO.WebBrowser nuget package directly from nuget repository. We usually update our download page and nuget repository simultaneously with rare exceptions.

Thanks!
Cristiano Conte
Posted: Friday, October 31, 2014 7:59:03 AM
Rank: Member
Groups: Member

Joined: 9/25/2014
Posts: 19
Hi,

Thanks very much. Update to the latest build, is working perfectly!!!

eo_support wrote:
Hi,

The latest build is EO.Total 2014.0.25, which contains EO.WebBrowser.dll 3.0.88. You can download it from our download page.

You can also download EO.WebBrowser nuget package directly from nuget repository. We usually update our download page and nuget repository simultaneously with rare exceptions.

Thanks!
eo_support
Posted: Friday, October 31, 2014 9:52:47 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Great. Thanks for confirming that it works! Please feel free to let us know if you still have any more questions.
Fabien
Posted: Thursday, November 6, 2014 5:54:50 AM
Rank: Advanced Member
Groups: Member

Joined: 7/21/2014
Posts: 129
Hi eo_support,

Is there a way to know when the EO.Webbrowser is updated on the download page? or a changelog?

I know there is an "Annoucements" topic in the forum but not all the release of EO.Webbrowser are displayed here.

Thanks
eo_support
Posted: Thursday, November 6, 2014 9:31:29 AM
Rank: Administration
Groups: Administration

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

The easiest way to do this is to use our nuget package. When we post a new build on our download page, we also post it to the nuget repository. When you use our nuget package with your Visual Studio project, you can go to the Package Manager Console and run the following command:

Code:
Update-Package


This will update all nuget packages used by your project. You can also go to nuget repository to check whether a new version is available without updating it.

Thanks!
Fabien
Posted: Thursday, November 6, 2014 11:57:14 AM
Rank: Advanced Member
Groups: Member

Joined: 7/21/2014
Posts: 129
Thanks for this answer but is it possible to see a changelog for each version?
eo_support
Posted: Thursday, November 6, 2014 12:30:48 PM
Rank: Administration
Groups: Administration

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

Unfortunately no. We only post accumulated change logs every a few months. Some users want to see change logs for every build, but some other users do not want to see too many small change logs. So we try to strike a balance by post one change logs every few months.

Thanks!
Fabien
Posted: Thursday, November 6, 2014 12:34:43 PM
Rank: Advanced Member
Groups: Member

Joined: 7/21/2014
Posts: 129
and others would like to see both ;)

Again, thanks you all for your quick reply
eo_support
Posted: Thursday, November 6, 2014 1:31:11 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Yes. We are very aware of different users want different things. :)

You are very welcome and please feel free to let us know if there is anything else.

Thanks!
Steve
Posted: Friday, May 8, 2015 11:03:27 AM
Rank: Newbie
Groups: Member

Joined: 5/8/2015
Posts: 3
We tested with the latest EO.Webbrowser 3.0.112.1 (multi-dll) and after killing the process that hosts the WebView control, we're still see the rundll32 processes are running after more than 30 minutes of waiting. Any idea why it won't die on its own as you wrote above? We can't rely on Runtime.Shutdown since we need to handle the case where the process can die unexpectedly (among many reasons but mostly because the Chrome webview crashes).

Thanks,
eo_support
Posted: Friday, May 8, 2015 11:10:11 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi Steve,

We have received such report before but have not been able to reproduce it in our environment. We are working on a new version that had added more diagnostic messages to this part. Hopefully that will resolve the issue/give us more information on this issue. If you are interested we can send the new version to you as soon as it's ready (hopefully next week).

Thanks!
Steve
Posted: Friday, May 8, 2015 2:31:29 PM
Rank: Newbie
Groups: Member

Joined: 5/8/2015
Posts: 3
Yes, let us know when you have a new release available. Thanks for the quick attention!
Steve
Posted: Wednesday, May 13, 2015 7:15:25 AM
Rank: Newbie
Groups: Member

Joined: 5/8/2015
Posts: 3
I see a new release 3.0.113 has come out, does this fix the runaway rundll issue?
eo_support
Posted: Wednesday, May 13, 2015 4:38:18 PM
Rank: Administration
Groups: Administration

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

This is not the build that addressed this issue. We have made some fundamental code changes in this part so it will actually be included in our next release. We do have early internal test builds for that release so if you are interested, we can provide the test build to you. We are expecting the official build to be out towards the end of the month or early next month.

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.