【发布时间】:2013-08-23 01:08:00
【问题描述】:
我正在使用 InstallShield 和 MS Visual Studio 2012 来部署我的 WPF 应用程序。
在我的应用程序的解决方案中,有一些项目使用 .Net Framework 4.0 和一些其他项目使用 .Net Framework 4.5。
我的应用程序正在使用 Telerik RadControl。
部署我的应用程序并在客户端机器上安装后(客户端机器安装了.Net Framework 4.5 完整包),当在这台客户端机器上运行我的应用程序时,它会崩溃并显示消息"My App has stopped working",问题的详细消息下面是
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: myapp.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 52149029
Problem Signature 04: PresentationFramework
Problem Signature 05: 4.0.30319.17929
Problem Signature 06: 4ffa7956
Problem Signature 07: 7fc6
Problem Signature 08: ee
Problem Signature 09: System.Windows.Markup.XamlParse
OS Version: 6.1.7600.2.0.0.256.49
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
请教我如何解决这个问题?
非常感谢,
T&T
【问题讨论】:
标签: c# wpf deployment