.net 3.5简单的win应用程序错误

发布于 2024-10-16 11:38:26 字数 166 浏览 1 评论 0原文

我有一个 .net win 应用程序,似乎适用于我们所有的测试机器,但客户端在安装后收到此错误。因此,安装似乎正常,但运行的应用程序会产生问题。

应用程序中发生了未知软件异常 (0xc06d007e),位置为 0xfd96aa7d

任何想法如何修复或排除故障,而无需返回客户进行技术调试

I have a .net win app that seems to work for all our of test machines but the client is getting this error after installation. So the install seems to be working but the app running creates an issue.

The exception unknown software exception (0xc06d007e) occured in the application at location 0xfd96aa7d

Any ideas how to fix or troubleshoot without going back to the customer for techie debug

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抚笙 2024-10-23 11:38:26

故障排除的想法 - 管理工具 -> 事件查看器(查看 Windows 日志 -> 应用程序)中可能有一个条目可以帮助您缩小失败原因的范围。

Idea for troubleshooting - there may be an entry in Administrative Tools->Event Viewer (look inside Windows Logs->Application) that could help you narrow down the reason for the failure.

八巷 2024-10-23 11:38:26

问题是一些资源被最终用户从网络下载所阻止。 FTP解决了

The issue was that some of the resources where being blocked by the end user downloading from the web. FTP solved it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文