Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser Closing without any error Options
Tank
Posted: Tuesday, November 25, 2014 3:45:06 AM
Rank: Advanced Member
Groups: Member

Joined: 6/13/2014
Posts: 38
Hi There,

Suddenly my EO.WebBrowser has stopped working. it is not showing any website loaded and it also not directly calling WebView Closed event.
it is also not giving any error message, is there a method or property in EO to enable the logging for any errors ?

please find sample code below.

private void frmMain_Load(object sender, EventArgs e)
{
m_MainWebView.WebView.LoadComplete += WebViewMainLoadComplete;
m_MainWebView.WebView.Closed += m_webViewMain_Closed;
m_MainWebView.WebView.Url = "https://www.google.com";
}

void m_webViewMain_Closed(object sender, EventArgs e)
{
//call is coming here
Console.WriteLine("Webpage is closing");
}

void WebViewMainLoadComplete(object sender, NavigationTaskEventArgs e)
{
//call is NOT coming here
Console.WriteLine("Website loaded....");
}

More over on our production test environment it is also started to crash the application with below error of Rundll32


Regards,
Ashish
eo_support
Posted: Tuesday, November 25, 2014 11:37:29 AM
Rank: Administration
Groups: Administration

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

Please check if you are using Windows 8 and have recently applied Windows update KB3000850.

Thanks!
Tank
Posted: Wednesday, November 26, 2014 12:27:55 AM
Rank: Advanced Member
Groups: Member

Joined: 6/13/2014
Posts: 38
Hi eo_support,

Thanks for the Tip :), Uninstallation of Windows update KB3000850 has solved the issue. can you please give insights that why eo was not running correctly after this update ? and if we you are going to solve this issue in coming versions of EO as we can not instruct clients to uninstall this update to run EO without any error.

Regards,
Ashish
eo_support
Posted: Wednesday, November 26, 2014 12:42:56 AM
Rank: Administration
Groups: Administration

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

We are aware of this problem and we are working to fix it.

Thanks!
Tank
Posted: Wednesday, November 26, 2014 3:38:35 AM
Rank: Advanced Member
Groups: Member

Joined: 6/13/2014
Posts: 38
Hi eo_support,

Thanks, please update us once the problem is resolved.

Regards,
Ashish
eo_support
Posted: Wednesday, November 26, 2014 7:53:52 PM
Rank: Administration
Groups: Administration

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

We have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.

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.