Rank: Newbie Groups: Member
Joined: 12/23/2018 Posts: 2
|
Hello,
Going through the forum I suspect the exception below could possibly be either a memory issue or antivirus protection. However, I did have this error occur on my dev which had plenty of memory and security exceptions added. This error was while running ver 19.1.81.0. Thank you for your time and assistance!
************** Exception Text ************** EO.Internal.jp+f: Child process exited unexpectedly. at EO.Internal.jp.a(Exception A_0, Boolean A_1) at EO.Internal.jp.a(p0 A_0) at EO.Internal.jp.a(Boolean& A_0, bar[] A_1, String A_2, String A_3) at EO.Internal.jp.a(bar[] A_0, String A_1, String A_2) at EO.Internal.aqa.a(String A_0, String A_1) at EO.Internal.av6.b() at EO.Internal.av6.a(WindowsIdentity A_0) at EO.WebEngine.Engine.Start(WindowsIdentity user) at EO.Internal.av6.c() at EO.Internal.cw..ctor(WebView A_0) at EO.WebBrowser.WebView.t() at EO.WebBrowser.WebView.b(IntPtr A_0, Boolean A_1) at EO.WebBrowser.WebView.Create(IntPtr hWnd) at EO.WinForm.WebViewHost.a(Object A_0)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
Do you see the same error if you run our TabbedBrowser sample application directly from the installation folder (not from Visual Studio)?
Thanks!
|
Rank: Newbie Groups: Member
Joined: 12/23/2018 Posts: 2
|
Unfortunately, the issue has been intermittent. I will try to troubleshoot with the tabbed browser sample and see if it displays the same behavior but that may prove to be a challenge. Thanks!
|