.net - Best Practices to manage,build,deploy both 32 bit and 64 bit Versions of a Desktop C# Application -


is there best practices document or manual microsoft outlines best practices manage development, build , deployment of both 32 version , 64 bit version of c# windows application.

i have been searching over, , found information in bits , pieces individually on of these aspects, not complete guide yet.

the typical problem facing here have both 32 bit , 64 bit dev machines , build , test 32 bit version of codes in 32 bit machines , 64 bit on 64 bit machines. can build 32 bit in 64 bit machines also, have kept way testing becomes easier if of 32 bit done on 32 , less issues after shipping code.

the main issue manage 64 bit libs , 32 bit libs, , quite hassle. devs need remove 32 bit libs , add references 64 bit libs , make build , vice versa on 32 bit machines.

i thought write build script wont solve issue of manually changing reference libs, tell libs reference while building.

i sure every developer facing issue , there must better way out how doing right now.

could point out how better manage , make process more automated , efficient?


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -