c# - Appcrash while running the windows application after installing the setup -


i have developed windows application in visual studio 2012 , deployed application using installshield. when install application in 32-bit system works fine, while install in 64-bit system, installs fine after installing application not opening throwing , error that,

problem signature:

problem event name: appcrash application name: sappln.exe fault module name: kernalbase.dll , more goes on..

in configuration manager, have specified release -> cpu can give solutions avoid error?

thanks in advance!!

seems using libaries can't run on x64 platforms. libaries using?

also check if program "special" upon startup.

this should keep out.

good luck!


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -