如何解决刚刚消失的.NET应用程序?

编程入门 行业动态 更新时间:2024-10-25 17:18:54
本文介绍了如何解决刚刚消失的.NET应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我们的.NET 2.0应用程序之一开始随机消失。在事件日志中没有记录,Watson博士不会产生崩溃转储,没有任何东西...

如何解决此应用程序?

解决方案

更多的可能性:

  • (Easy)一个href =technet.microsoft/en-us/sysinternals/bb896645.aspx =nofollow noreferrer> procmon ,查看哪些资源(文件,注册表等)程序正在访问或被拒绝访问
  • (更难)使用简单的调试器,如 WinDbg或ProcExp
  • (最难)将一个大的''调试器附加到该进程(附加Visual Studio的调试器;或查看生产调试的大指南)

One of our .NET 2.0 application started to just randomly disappear. There are no records in the Event log, Dr. Watson doesn't generate crash dump, no nothing...

How to troubleshoot this application?

解决方案

More possibilities:

  • (Easy) Use procmon to see what resources (files, registry, etc.) that the program is accessing or getting denied access to
  • (More Difficult) Use simple debuggers like WinDbg or ProcExp
  • (Hardest) Attach a big ol' debugger to the process (attach Visual Studio's debugger from the EXE's Registry settings; or check out the big guide to debugging in production)

更多推荐

如何解决刚刚消失的.NET应用程序?

本文发布于:2023-11-15 21:42:44,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1598204.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何解决   应用程序   NET

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!