简体   繁体   English

安装安装程序后运行Windows应用程序时崩溃

[英]Appcrash while running the windows application after installing the setup

I have developed a windows application in visual studio 2012 and deployed the application using Installshield. 我已经在Visual Studio 2012中开发了Windows应用程序,并使用Installshield部署了该应用程序。 When I install the application in 32-bit system it works fine, but while I install in 64-bit system, it installs fine but after installing the application is not opening throwing and error that, 当我在32位系统中安装该应用程序时,它可以正常工作;但是,当我在64位系统中安装该应用程序时,它也可以正常运行,但是在安装该应用程序后,并没有打开并抛出错误,

Problem Signature: 问题签名:

Problem Event Name: APPCRASH Application Name: sappln.exe Fault Module Name: KERNALBASE.DLL and more it goes on.. 问题事件名称:APPCRASH应用程序名称:sappln.exe故障模块名称:KERNALBASE.DLL等等。

In configuration Manager, I have specified Release -> Any CPU Can anyone give some solutions to avoid this error? 在配置管理器中,我指定了Release->任何CPU任何人都可以提供一些解决方案来避免此错误吗?

Thanks in advance!! 提前致谢!!

Seems like you are using libaries that can't run on x64 platforms. 似乎您正在使用无法在x64平台上运行的库。 What libaries are you using? 您正在使用哪些库?

Also check if your program does anything "special" upon startup. 还要检查您的程序在启动时是否做了“特殊”操作。

This should keep you out. 这应该使您远离。

Good luck! 祝好运!

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

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