Good morning, My 32-bit C# application is crashing with following information in event log:
Application: Application.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error
in the .NET Runtime at IP 6FF4C181 (6FBA0000)
with exit code 80131506.
The XML view of this event looks as follows:
<System>
<Provider Name=".NET Runtime" />
<EventID Qualifiers="0">1023</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-01-20T22:45:29.205171600Z" />
<EventRecordID>379748</EventRecordID>
<Channel>Application</Channel>
<Computer>Computer_Name</Computer>
<Security />
</System>
As mentioned in this other question, the architecture of the application might be important, hence I mentioned the application being 32-bit. I cannot modify the architecture to 64-bit.
In case you don't know how to help from this information, do you know how to configure a Windows-10 computer for a single application?
Edit: more information after first comment
- The application uses a DLL, whose Target .Net framework is 4.6.1.
- No exceptions are thrown at the moment of that crash.
- Hereby the information from the other event:
Faulting application name: Application.exe,
version: 1.0.0.0,
time stamp: 0x584fe4ef
Faulting module name: clr.dll,
version: 4.7.3890.0,
time stamp: 0x615bc035
Exception code: 0xc0000005
Fault offset: 0x003ac181
Faulting process id: 0x1c64
Faulting application start time: 0x01d80e29378a8103
Faulting application path: C:\Directory\Application.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 41e58203-97d0-4518-97ce-f04a8851bb7b
Faulting package full name:
Faulting package-relative application ID:
Thanks in advance