WPF应用程序无法在某些机器工作:停止工作错误工作、应用程序、机器、错误

由网友(沵不是姐的菜)分享简介:我的WPF应用程序在多台计算机上正常工作,但现在我得到一个关于用户机器上的这个错误报告:My WPF application works fine on a number of machines, but now I get a report about this error on a user machine:D...

我的WPF应用程序在多台计算机上正常工作,但现在我得到一个关于用户机器上的这个错误报告:

My WPF application works fine on a number of machines, but now I get a report about this error on a user machine:

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

我是想用的应用DispatcherUnhandledException捕捉异常,但这并没有帮助。和变形窗口1的构造在try / catch块了。 .NET Framework 3.5的安装在机器上。

I was trying to catch Exception using Application DispatcherUnhandledException but this didn't help. And warping Window1 constructor in try/catch block too. .NET Framework 3.5 is installed on that machine.

如何才能找出崩溃的原因:记录此错误,调试,...

How can I figure out the reason of crashing: log this error, debug, ...?

推荐答案

只是确认你已经安装了.NET Framework 3.5SP1。

Just verify you have installed .Net Framework 3.5sp1.

阅读全文

相关推荐

最新文章