我的WPF应用程序在许多计算机上都可以正常运行,但是现在我得到了有关用户计算机上此错误的报告:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: mysoftware.exe
Problem Signature 02: 1.0.0.1
Problem Signature 03: 4bbcd9d9
Problem Signature 04: PresentationFramework
Problem Signature 05: 3.0.0.0
Problem Signature 06: 4a174fbc
Problem Signature 07: 624f
Problem Signature 08: e1
Problem Signature 09: System.Windows.Markup.XamlParse
OS Version: 6.1.7600.2.0.0.256.48
Locale ID: 1033
我试图使用Application DispatcherUnhandledException捕获异常,但这无济于事。并在try/catch块中扭曲Window1构造函数。
.NET Framework 3.5已安装在该计算机上。
我如何找出崩溃的原因:记录此错误,调试...?
最佳答案
只需确认您已安装.Net Framework 3.5sp1。
关于c# - WPF应用程序在某些计算机上不起作用: Stopped working error,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2606326/