Click here to Skip to main content
15,904,926 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
MSIL
Source: .Net Runtime 2.0 Error
EventID:5000
EventType clr20r3,P1 test.exe,P2 1.0.0.0,P3 .., P4 mysql.data P5 5.0.7.0,P6 464b5d79,P7 21c,P8 76,P9 mysql.data.mysqlclient.mysql, P10 NIL.


Console application closing abruptly with above details in event log.
Posted
Comments
walterhevedeich 25-Jul-11 0:48am    
Isn't there some details on the log entry? This doesn't tell much. You need to post the details of the error as well.
surender.m 25-Jul-11 2:21am    
I can't see any exception entry in log as applications are getting closed abruptly, i have found this log in event logs, all the applications which were closing i can see the same error.
What i think is there is some problem with mysql client which forcefully closing this applications.
please help in this regards.
[no name] 25-Jul-11 10:07am    
I believe you have a faulty exception handling code that 'consumes' your exception. Can you show some code?
[no name] 25-Jul-11 12:42pm    
can u try putting the unhandled exception into ur console application??

1 solution

Resolved issue...

There was mysql dump backup running which caused unhandled exception for .net applications, so applications were closed abruptly.

As the mysql user for .net applications not having enough permissions, they got terminated with unhandled exception[you are not owner of this thread], Now we have provided sufficient permissions for the user and everything is working perfect.

Hope this may help someone who face this issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900