Rank: Advanced Member Groups: Member
Joined: 5/9/2016 Posts: 84
|
Why would our application get this random crash:
Code: C#
EO.Internal.jo.a(System.Exception, Boolean)
EO.Internal.jo.a(j, EO.Internal.az1, System.String, System.String)
EO.Internal.jo.a(Boolean ByRef, EO.Internal.a91[], System.String, System.String)
EO.Internal.jo.a(EO.Internal.a91[], System.String, System.String)
EO.Internal.av3.b()
EO.Internal.av3.a(System.Security.Principal.WindowsIdentity)
EO.WebEngine.Engine.Start(System.Security.Principal.WindowsIdentity)
Exception:
Code: HTML/ASPX
Required system file does not exist.C:\Windows\TEMP\eowp.18.0.15.0.exe
It makes me wonder if you delete or overwrite the file if it already exists or after execution. We may run parallell executions.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, The most likely reason for this to occur is that you have some kind of program that automatically scan/clean up your temp directory. You can try to explicitly put eowp.exe in your application's directory to see if it helps: https://www.essentialobjects.com/doc/eo.base.runtime.initworkerprocessexecutable.aspxThanks
|