How to troubleshoot .NET 2.0 Error Reporting messages in the event log?

后端 未结 8 2094
傲寒
傲寒 2020-12-23 23:35

I work on an open source product called EVEMon written in C# targeting the .NET 2.0 platform, I have one user who is suffering from a strange .NET crash that we have been un

8条回答
  •  一向
    一向 (楼主)
    2020-12-24 00:36

    You should handle AppDomain.UnhandledException in code.

    There was a similar question asked. See related ones too.

提交回复
热议问题