|
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
|
|
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!
|
|
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.
|
|
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!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
ок, thanx!
|
|
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!
|
|