c# - 有谁知道是什么导致了这个错误?

标签 c# crash

我用 c# 为我的雇主制作了一个自动邮件工具。但它在一夜之间坠毁。如果您需要一些代码或任何东西,请询问,我会提供。

错误:

http://puu.sh/fxyuP/ac05065f22.png

http://puu.sh/fxywx/7008f782ef.png

puu.sh/fxyyn/f47b67d6d4.png

事件日志一般错误:

错误应用程序名称:DSVODBC APP.exe,版本:1.0.0.0,时间戳:0x54d34893
错误模块名称:clr.dll,版本:4.0.30319.34014,时间戳:0x52e0b86c
异常代码:0xc00000fd
故障偏移:0x000000000000ba27
错误进程ID:0x147c
错误应用程序启动时间:0x01d041eff9cd1cd3
错误的应用程序路径:C:\Users\adm.dominic.bruins\Documents\DSVODBC APP - x64\DSVODBC APP\bin\Debug\DSVODBC APP.exe
错误模块路径:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
报告 ID:71204741-ade3-11e4-80ce-0050569554b7
故障包全名:
错误的包相关应用程序 ID:

最佳答案

Source

A C0000005 Error is a Windows System error. It is an Exception Error that occurs when a process (application, driver, etc.) tries to execute a processor command that references memory outside the space allocated to that process by the Operating System.

There are many possible causes ranging from corrupt data tables, to a bad network connection, ActiveX controls, or Printer or Video driver errors. WIthout knowing what type of error you are seeing, it is impossible to guess what the cause may be.

关于c# - 有谁知道是什么导致了这个错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28361778/

相关文章:

ios - 更新 Xcode 后的 EXC_BAD_ACCESS (SIGABRT)

c# - 未找到类型 x 的构造函数 - Glass Mapper Language

c# - 使用响应式(Reactive)扩展按计划运行任务

c++ - 这是某种指针错误吗?

ios - setValue:forKey总是 swift 崩溃

Android ClassLoader.loadClass JNI 崩溃

c# - 有什么方法可以在 C# 中发出不会在 4xx 和 5xx 状态代码上引发异常的 Web 请求?

c# - 来自 Eric Lippert 采访的谜题 : Inheritance and Generic Type Setting

c# - 模型未绑定(bind)到 RedirectToRoute

c++ - 程序在 IDE 外运行时崩溃