Welcome Guest Search | Active Topics | Sign In | Register

EO Webcontrol fails for 2nd process with version 20.3.63 Options
Siemens
Posted: Monday, January 11, 2021 4:03:57 AM
Rank: Newbie
Groups: Member

Joined: 12/7/2017
Posts: 9
When upgrading EO.BrowserControl from 20.3.34 to 20.3.63 a 2nd exe also using the browser control fails with the error message

Can not find or automatically create eowp.exe. Please place this file in the same directory as EO.Base.dll and make sure...
The process cannot access the file C:\<USERDIR>\AppData\Local\Temp\eowp.20.3.63.0.

Downgrading to any lower version as above mentioned e.g. 20.3.34 shows no issue.


Sequence to start
WebBrowserRuntime.AddLicense(Initializer.License);
WebBrowserRuntime.DefaultEngineOptions.CachePath = cachePath;
WebBrowserRuntime.DefaultEngineOptions.DisableSpellChecker = true;

// https://www.essentialobjects.com/doc/common/eowp.aspx
BaseRuntime.EnableEOWP = true;

// https://www.essentialobjects.com/forum/postst8461_Disable-zoom-in-EoWebbrowser.aspx
var options = new WebEngineBrowserOptions
{
AllowZooming = false
};
WebBrowserRuntime.SetDefaultBrowserOptions(options);

// possible performance improvement. Decreases initial startup performance from 5sec to 3.5 sec.
EO.WebEngine.Engine.Default.Start();
eo_support
Posted: Monday, January 11, 2021 9:47:36 AM
Rank: Administration
Groups: Administration

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

We are aware of this problem. We will fix it as soon as possible.

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.