c# - Can you really run your vs 2012 app on Win XP? and how? -


i've seen lot of thread(s) regarding visual studio 2012 app run win xp-32bit. says need change target framework 4.0 below, install same framework target pc, make sure include publish-prerequisite target framework.. doesn't work on case ,it says app not valid win32 etc. last resort compiling vs 2012 app vs 2010 dont think it's idea though.

temporary solution: future reference(if update solution dont work case):

  1. build window app(c#) framework 4.0,
  2. copy files on debug folder , paste on target pc
  3. run .exe
  4. voila!

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -