简体   繁体   English

部署WPF应用程序?

[英]Deploy WPF application?

I'm using InstallShield with MS Visual Studio 2012 to deploy my WPF application. 我将InstallShield与MS Visual Studio 2012一起使用来部署WPF应用程序。

In the solution of my application, there are some projects that use .Net Framework 4.0 and some other projects that use .Net Framework 4.5. 在我的应用程序的解决方案中,有些项目使用.Net Framework 4.0,而另一些项目则使用.Net Framework 4.5。

My application is using Telerik RadControl. 我的应用程序正在使用Telerik RadControl。

After deploying my application and installing on client machine (the client machine was installed .Net Framework 4.5 full package), When run my app on this client machine, it will be crashed with message "My App has stopped working" , the detail message of problem is below 部署我的应用程序并在客户端计算机上安装(客户端计算机已安装.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

Someone please show me how to solve this problem? 有人请教我如何解决这个问题?

Many Thanks, 非常感谢,

T&T T&T

I have solved it. 我已经解决了。 It caused by missing some environment dll, and it work fine after installing Visual C++ Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=30679 . 它是由于缺少某些环境dll引起的,并且在安装Visual C ++ Redistributable http://www.microsoft.com/zh-cn/download/details.aspx?id=30679后可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM