c# - Windows application developed using VS2012 is not running in windows XP SP3 -


i have developed windows application in visual studio 2012 .net framework 4. when tried install application in windows xp sp3 shows .exe not valid win32 application. please me solve.

this 1 of two, or both, issues. first, ensure have .net framework installed on machine. second, make sure application compiled targeting x86 platform. likely, the second issue.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -