首页 > 其他 > 详细

Exception code: 0xE0434352

时间:2020-07-28 17:38:37      阅读:68      评论:0      收藏:0      [点我收藏+]

0xE0434352 is the exception code for all .NET exceptions so that won‘t tell you much. How did you got this exception code? The event log?

Your best bet is to use a debugger to get more information. If the Visual Studio debugger won‘t help you, then you might need to check out WinDbg with SOS. See here and here for an introduction. Let it break on the exception, and see if you can get more information on the why.

If you suspect it is an issue when loading assemblies you might want to check out the Fusion Log.

 

By Lars Truijens

 

https://stackoverflow.com/questions/6244939/how-do-i-fix-a-net-windows-application-crashing-at-startup-with-exception-code

Exception code: 0xE0434352

原文:https://www.cnblogs.com/liujx2019/p/13391457.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!