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

编程入门 行业动态 更新时间:2024-10-25 23:37:10
本文介绍了如何解决刚好消失.NET应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我们的一个.NET 2.0应用程序的开始只是随机消失。有在事件日志中没有记录,华生医生不产生崩溃转储,什么都没有......

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?

推荐答案

更​​多可能:

  • (简易)使用将procmon ,看看有什么资源(文件,注册表等),该程序正在访问或得到拒绝访问
  • (更多困难)使用简单的调试器像的WinDbg或ProcExp
  • (最难)将一个大醇'调试器进程(的附加Visual Studio的调试器的EXE文件的注册表设置;或检查出的大导的生产调试)
  • (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:43:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1598207.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:如何解决   应用程序   NET

发布评论

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

>www.elefans.com

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