visual studio 2010 - VB.NET compiled app setup for x86 platform won't run on Windows XP/Vista 32-bit -


using vs 2010 ultimate on windows 7 64-bit machine, wrote windows forms application visual basic , compiled "build" command x86 platforms ( have tried assigning both "x86" , "any cpu" on active solution platform options in configuration manager). have made sure targetplatform set x86 on project properties.

however, when i'm trying run .exe or .msi file on xp 32-bit machine, message: "this product designed x64 platform being installed on intel. obtain correct setup manufacturer."

.net framework 4 client profile, prerequisite application, installed on xp machine.

does have clue this? how can fix this?

thank time.

i'm not sure 2010, in vs2008 necessary go project properties, compile, advanced compile options, , change target cpu anycpu x86.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -