64bit - vb.net 32 bit vs 64 bit controls become disabled -


i working on vb.net winforms application compiles against 2.0 framework. issue running windows 7 32 bit machine , app works fine when code copied on windows 7 64 bit machine of controls on form strangely disabled. in project properties set compile x86 target. has experienced similar problem , have answer why having problems on 64 bit machine?

set compile any cpu instead of x86. framework deal rest you, should target platform if have references/controls require or if you're playing around application performance.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -