Rank: Newbie Groups: Member
Joined: 8/18/2015 Posts: 6
|
Hi Support Team,
We are using EO.Browser 2018 version for the window based application.so when deployed at client machine we are facing below exception, We have tried all the solutions which are provide to fix this child process issue but it doesn't fix the problem.
These are the solutions we have already tried but doesn't seems to work and facing same issue, 1. Set EO.Base.Runtime.EnableEOWP to true when your application starts; 2. Distribute eowp.exe (found in the installation folder) along with your application. You should place this file in the same directory as EO.Base.dll;
Please guide us with the proper solution as we need this ASAP.
This is below exception we are getting,
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.Exception: Failed to create child process, Win32 Error: 1260 at EO.Internal.jq.a(Exception A_0, Boolean A_1) at EO.Internal.jq.b(String A_0, Boolean A_1) at EO.Internal.jq.f..ctor(jq A_0, String A_1, String A_2, String A_3) at EO.Internal.jq.a(j A_0, az7 A_1, String A_2, String A_3) at EO.Internal.jq.a(Boolean& A_0, bae[] A_1, String A_2, String A_3) at EO.Internal.jq.a(bae[] A_0, String A_1, String A_2) at EO.Internal.jq.o.c() at EO.Internal.jq.o.f() at EO.Internal.jq.o() at EO.Internal.jq.a(Boolean& A_0, bae[] A_1, String A_2, String A_3) at EO.Internal.jq.a(bae[] A_0, String A_1, String A_2) at EO.Internal.av5.b() at EO.Internal.av5.a(WindowsIdentity A_0) at EO.WebEngine.Engine.Start(WindowsIdentity user) at EO.Internal.av5.c() at EO.Internal.ct..ctor(WebView A_0) at EO.WebBrowser.WebView.y() at EO.WebBrowser.WebView.a(IntPtr A_0, Boolean A_1) at EO.WinForm.WebViewHost.a(Object A_0)
Regards, Swapna Patne
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
Error code 1260 is ERROR_ACCESS_DISABLED_BY_POLICY. It means "This program is blocked by group policy". So you will need to change your group policy (you may need to have your system administrator to change it for you) to allow the process to be started in that directory.
Thanks!
|