"AbhijeetG" <Ab*******@discussions.microsoft.comwrote in message
news:5A**********************************@microsof t.com...
>I have Visual Studio .NET 2003 installed on a x86 64 bit box running
Microsoft Windows Server 2003 Standard Edition with Service Pack 1
installed.
I am trying to compile my existing 32 bit code into a 64 bit application.
How
can I do this? I tried to create a new configuration "Debug64", but I only
get Win32 as the only available platform. What I need is a configuration
which will also allow me to build Win64 application? How can I do this?
Please advise.
..NET apps are bilingual, they're 32bit apps on a 32bit OS and they're 64bit
apps on a 64bit OS. You don't have to do anything.
Now, if you're creating an installer, you have to have one for 32bits and
one for 64bits but, they'll both install the same .NET executables.