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
then can specify cpu selecting platform column , choosing between x86 , x64.
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
Post a Comment