We are getting random exceptions with the CLR.DLL. 0xc0000005 memory access violations. The app runs unattended on a server. The app fires off some processes periodically. We create the object in VFP only 1 time, at app startup. The object has some exposed properties and methods.
From the event viewer:
Faulting application name:
.exe, version: 0.0.0.0, time stamp: 0x47139f24
Faulting module name: clr.dll, version: 4.8.4785.0, time stamp: 0x67c674aa
Exception code: 0xc0000005
Fault offset: 0x004c367a
Faulting process id: 0x3278
Faulting application start time: 0x01dc107ffe949b3a
Faulting application path:
.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: b737f1cb-1663-483d-9d03-cb69b9c3d98e
Faulting package full name:
Faulting package-relative application ID:
I looked online and I could not find anything that was particularly relevant. Any help would be appreciated.
P.S. I renamed ClrHost.dll to wwClrHost.dll due to conflicts with the WW version and I suppose the MS version of ClrHost.dll.
