asp.net - Compiling 32bit app on 64bit machine -


i want convert 32bit application 64bit compile , keep working on on 64bit machine. how can done?

to compile @ 64bit:

inside visual studio go build > configuration manager

enter image description here

then can specify cpu selecting platform column , choosing between x86 , x64.

enter image description here

then can explicitly compile @ 64bit.


that said any cpu should enough keep working on it. carry around 64bit, buildserver can output projects either 32bit or 64bit depenedent on release template.


also dependent on visual studio version, there prefer 32bit flag may of use dependent on exact requirements.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -