Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
my 32bit deployment of my program works fine, but my 64bit does not work properly.
When the GUI of the 64 bit pops up, it only contains the following message:
"This Process does not have a defined description or user interface"

any idea what this could mean?
Posted
Comments
Rakesh From Patna 1-Aug-11 9:02am    
when debug application you choose 64x platform.
ThorTheBraveGod 1-Aug-11 9:34am    
well I'm on a 32 bit machine
Sergey Alexandrovich Kryukov 1-Aug-11 9:23am    
Not enough information. You could debug it, create full exception dump and log it...
--SA
ThorTheBraveGod 1-Aug-11 9:39am    
Okay, I have 3 projects in the visual studio solution, One is the actual program,and then one Deployment Project for w32, and one deployment project for 64 bit. After release build, I install the w32 one on a 32 machine and it works fine, but when I install the x64 on a 64 bit machine the GUI is gone???

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900