.net 3.5简单的win应用程序错误
我有一个 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
故障排除的想法 - 管理工具 -> 事件查看器(查看 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.
问题是一些资源被最终用户从网络下载所阻止。 FTP解决了
The issue was that some of the resources where being blocked by the end user downloading from the web. FTP solved it