.net WPF 应用程序在启动时崩溃(错误报告窗口)
我有一个基于 .NET (WPF) 的应用程序,它在 Windows XP Service Pack 3 上崩溃,但在 Windows 7 上运行良好。我在客户端系统上安装了 .Net Framework Client Profile 4 和 Sql Server Compact 3.5,但应用程序立即崩溃并显示错误报告窗口。
我怎样才能找到有关此错误的更多详细信息?我猜这可能是 SQL Server CE 问题。我使用 try catch 子句捕获应用程序中的所有异常,但这没有帮助。
I have a .NET based (WPF) app which crashes on Windows XP Service Pack 3, but runs just fine on Windows 7. I installed .Net Framework Client Profile 4 and Sql Server Compact 3.5 on the client system, but the application crashes immediately and displays the error reporting window.
How can I find more details about this error? I guess it can be a SQL Server CE problem. I am catching all exceptions in the application using try catch clauses, but it doesn't help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是这样的: 窗口中的图标属性导致 Windows XP SP2 中的应用程序崩溃
It may be this: The Icon property in the Window is crashing the application in Windows XP SP2