Welcome Guest Search | Active Topics | Sign In | Register

Random crash Options
serializer
Posted: Tuesday, February 6, 2018 3:59:35 PM
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.

eo_support
Posted: Wednesday, February 7, 2018 11:05:44 AM
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.aspx

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.