.NET 4.0 application crashing due to exception code 0xc0000005

2

I know there are so many questions regarding exception code 0xc0000005 but I don't find any of them same as I am facing. Application is getting crashed as soon as I execute it, Detailed event log is as follows:

Faulting application name: TestApp.exe, version: 1.0.0.0, time stamp: 0x588783fe
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00cba8ed
Faulting process id: 0x960
Faulting application start time: 0x01d2881a98879a57
Faulting application path: C:\Users\Administrator\Desktop\test\TestApp.exe
Faulting module path: unknown
Report Id: d8f71de8-f40d-11e6-83a2-4437e63fc852

I have used log4j to log all the errors but no errors are logged and I am not getting why Faulting module name is unknown in event log?

In this test application I have only added code to show message box on form_load event. I have tried after re-installing .NET framework 4.0 still the same issue is coming.

Update This is not the scenario to all the clients some of our client(s) are facing this issue.

c#
.net
winforms
asked on Stack Overflow Feb 16, 2017 by Amogh • edited Feb 16, 2017 by Amogh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0