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):
- build window app(c#) framework 4.0,
- copy files on debug folder , paste on target pc
- run .exe
- voila!
Comments
Post a Comment