Link to home
Create AccountLog in
Avatar of emi_sastra
emi_sastra

asked on

VS 2012 APP ON WIN XP SP3 FRAME 4.

Hi All,

I create a win app using VS 2012.
I want to deploy it to client computer using Win XP SP3 and Framework 4.0

I get message : not a valid win 32 application.

What's should I do ?

Thank you.
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

If you compiled for 64-bits, it won't run on a 32-bits computer.

Try setting Projects...Project's Properties...Compile...Target CPU to x86.
Avatar of emi_sastra
emi_sastra

ASKER

Hi  JamesBurger,

Are there any other things like framework and etc ?

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Hi  JamesBurger,

I get it. The problem is my app target framework 4.5, while XP just support at max 4.0

Thank you very much for your help.