Creating a 64bit build in Visual studio

Posted by user48408 on Stack Overflow See other posts from Stack Overflow or by user48408
Published on 2010-03-30T14:58:50Z Indexed on 2010/03/30 15:03 UTC
Read the original article Hit count: 318

Filed under:
|
|

I have an old .net 2.0 windows app I need to deploy on a windows 7 machine and its not going too well. I want to build a native 64 bit version rather than a 32bit capable of running on a 64bit environment. I'm working with Visual studio 2005

My question is what settings do I need to set within each project of my solution, (both the windows app + my dll's that it references) and what settings i should set on my install project (I have a deployment project for distribution)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about 32bit-64bit