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!!