作者:mobiledu2502875545 | 来源:互联网 | 2023-09-05 21:45
Usersaroundmycountryarecurrentlybeta-testingourapplication.MyappusesWPF&Linq,soI
Users around my country are currently beta-testing our application. My app uses WPF & Linq, so I need .NET 3.5 installation. On most system, everything works find, including automatic installation on .NET 3.5 on machines that do not have that installed yet.
我们国家的用户正在测试我们的应用程序。我的app使用了WPF和Linq,所以我需要安装。net 3.5。在大多数系统中,一切都能正常工作,包括在。net 3.5上的自动安装在尚未安装的机器上。
However, on one machine (XP SP2) my application does not run. The user reported no issues during .NET 3.5 installation (except for a process that need to close before the installer could continue - he closed the process and continued).
然而,在一台机器上(XP SP2)我的应用程序不运行。用户在. net 3.5安装过程中没有报告任何问题(除了需要在安装程序继续之前关闭的进程之外,他关闭了进程并继续)。
The application crashes on startup. To debug this issue, I did the following:
应用程序在启动时崩溃。为了调试这个问题,我做了以下工作:
- Have him reboot his machine
- 让他重启机器吗
- Let him manually re-install the .NET 3.5 framework (no errors reported)
- 让他手动重新安装。net 3.5框架(没有错误报告)
- Have him run a test WPF app that only displays a button -> also crashes
- 他是否运行了一个只显示按钮的测试WPF应用程序——>也会崩溃
- Let him send the .NET 3.5 installation logs -> these are huge, don't now where to look
- 让他发送。net 3.5安装日志->这些都是巨大的,现在不要去看
Does anyone have strategy on how to debug such issues? I expect that this will occur more when the application is released..
对于如何调试这些问题,有人有什么策略吗?我期望当应用程序发布时这种情况会更多。
3 个解决方案