简体   繁体   中英

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. 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,

Problem Signature:

Problem Event Name: APPCRASH Application Name: sappln.exe Fault Module Name: KERNALBASE.DLL and more it goes on..

In configuration Manager, I have specified Release -> Any CPU Can anyone give some solutions to avoid this error?

Thanks in advance!!

Seems like you are using libaries that can't run on x64 platforms. What libaries are you using?

Also check if your program does anything "special" upon startup.

This should keep you out.

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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