Welcome Guest Search | Active Topics | Sign In | Register

Error in Webbrowser 19.0.97 Options
rainstuff
Posted: Tuesday, April 2, 2019 11:12:27 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 73
Setting Runtime.DefaultEngineOptions.Proxy to some value before creating EO.WebEngine.Engine causes "Null Reference Exception" and then creation of EO.WebEngine.Engine is impossible
eo_support
Posted: Tuesday, April 2, 2019 11:59:07 AM
Rank: Administration
Groups: Administration

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

We have confirmed this to be a problem. We will fix it and post a new build as soon as possible. In the mean time please use the following code to set the proxy instead:

Code: C#
EO.WebEngine.Engine.Default.Options.Proxy = proxy;


Thanks!
rainstuff
Posted: Tuesday, April 9, 2019 3:42:08 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 73
No, with "EO.WebEngine.Engine.Default.Options.Proxy = proxy;" the problem is the same.
eo_support
Posted: Wednesday, April 10, 2019 10:06:53 AM
Rank: Administration
Groups: Administration

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

We tested this on the latest build (.97) and it seems to work fine. We use our TabbedBrowser sample application and added this line inside Application_Startup before setting any other options.

Alternatively, you can wait for our next build with the fix. It should be out either later this week or early next week.

Thanks!
rainstuff
Posted: Thursday, April 11, 2019 6:31:18 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 73
ок, thanx!
eo_support
Posted: Friday, April 12, 2019 9:42:32 AM
Rank: Administration
Groups: Administration

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

This is just to to let you know that we have posted a new build that should fix this issue. You can download the new build from our download page.

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.