Link to home
Start Free TrialLog in
Avatar of MrMay
MrMay

asked on

visual studio 2012 express

Hello,

I build a small application using visual studio express 2012. I'm using windows 7 64bit laptop.
When I try to run this application on a windows xp 32bit, I get an error msg.
..... DataApp.exe is not a valid Win32 application

can someone please tell me how to configure/build this app in visual studio so i can run it on 32bit machines?
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
In the application properties you need to change the CPU type to 'Any' so that it will run on any 32/64 bit systems.
Avatar of MrMay
MrMay

ASKER

that worked.  compiled with ver 4 instead of 4.5.   thank u so much  :-)
Erm - then you accepted the wrong comment.