问题描述
嗨;
我实际上有两个问题:
1。首先是了解可能导致错误行为的因素(使我的应用程序崩溃)
1. The first is understanding what can cause the faulty behavior (that crashed my app)
2。鉴于我每次遇到这类错误时都不想询问论坛,是否有故障排除指南\错误地图,我可以尝试在那里找到答案? (无论如何,kernelbase.dll的责任是什么 - 可能会因我的应用而中断
)
2. Given that I don't want to ask the forum each time I have these kind of errors, is there a troubleshooting guide\ error map that I can try to find the answers there? (what is the responsibility of kernelbase.dll anyway - that might interrupt with my app)
因此我在事件日志中收到的错误是:
错误应用程序名称:TestingForm.vshost.exe,版本:10.0.30319.1,时间戳:0x4ba2084b
错误模块名称:KERNELBASE。 dll,版本:6.1.7600.16385,时间戳:0x4a5bdbdf
异常代码:0xe06d7363
故障偏移:0x0000b727
故障流程ID:0x1d04
故障应用程序启动时间:0x01cc0b2a35966cd1
错误的应用程序路径:C:\ Users \ user \ Documents \ Visual Studio 2010 \Projects \AutoTrade \ TestSorm \\\\Debug\TestingForm.vshost.exe
错误模块路径:C:\ Windows \ syswow64 \ KERNELBASE.dll
报告我d:c715828a-77eb-11e0-96a6-1c6f65864702
注意:
*我在64位操作系统上运行,并且运行的应用程序运行为32位(在x86上编译)。
* I am running on 64bit OS, and the application running as 32bit(compiled on x86).
*应用程序运行了2天
* The application was running for 2 days
*我也在使用"logmein"偶尔检查一下机器。
* I am also using "logmein" to checkout the machine once in a while.
欢迎任何帮助。
;
谢谢
-A
推荐答案
似乎问题与代码有关。
这篇关于确定错误的原因(KERNELBASE.dll事件1000)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!