Windows 应用程序中的 .NET 运行时 2.0 错误
我有一个使用 XMPP 协议的 Windows 聊天应用程序。我的问题是,当程序在我们的测试机器上运行时,它会间歇性关闭。在“事件查看器”的“应用程序日志”中,我发现,
故障应用程序 MyApp.exe,版本 1.0.0.0,标记 4e4130e9,故障模块 kernel32.dll,版本 5.2.3790.4480,标记 49c51f0a,调试? 0,故障地址0x0000bef7。
但无法诊断实际问题是什么。我在搜索中发现了很多类似的错误,但我的是Windows应用程序,所有讨论的错误都与IIS有关。
我该如何诊断和解决问题?
I have a Windows chat application that uses XMPP protocol. My problem is that, when the program in running on our testing machine, it gets closed intermittently. In the 'Application Log' in 'Event Viewer', I found,
Faulting application MyApp.exe, version 1.0.0.0, stamp 4e4130e9, faulting module kernel32.dll, version 5.2.3790.4480, stamp 49c51f0a, debug? 0, fault address 0x0000bef7.
but could not diagnose what is the actual problem. I found many similar error on searching, but mine is a Windows application and all the discussed errors are related to IIS.
How can I diagnose and solve the problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能该计算机在安装 .NET Framework 时出现问题(例如仅安装了与旧版本应用程序不兼容的 .NET Framework 4.0)或根本未安装 .NET Framework。
Maybe that machine have problems with the installation of the .NET Framework (for example only .NET Framework 4.0 which is incompatible with applications for older versions is installed) or the .NET Framework is not installed at all.