c# - VS2012 project x86 target not running on 32 bit Windows XP -
i wrote wpf application using vs2012 on windows 8 computer (x86) , want run on windows xp x86. when try run program error "... not valid windows 32 application." i've tried change platform target x86 , cpu,but have same error. how can fix it?
make sure target .net 4.0 (not 4.5). make sure both .net 4.0 runtime , reliability update 2 have been installed on xp machine (it must xp sp3 machine).
Comments
Post a Comment