Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server

2007-03-19 Thread Chad Yost
, 2007 2:18 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server Right I didn't mean the installer was being lied to; it's not being lied to it's being given the x86 compatibility location. The program is being lied to, si

Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server

2007-03-19 Thread Adam Sills
alf Of Wilson, Phil Sent: Friday, March 16, 2007 2:19 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server IMO the system isn't lying - the install is just wrong. The 64-bit program files folder is the [ProgramFiles64Folder] propert

Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server

2007-03-16 Thread Wilson, Phil
. Phil Wilson -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Adam Sills Sent: Thursday, March 15, 2007 3:21 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server Our installer was the

Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server

2007-03-16 Thread Smotritsky, Alex
Thanks a lot Adam. -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Adam Sills Sent: Thursday, March 15, 2007 5:21 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server Our

Re: [ADVANCED-DOTNET] moving code from a 32 to a 64 bit server

2007-03-15 Thread Adam Sills
Our installer was the biggest problem. Our application is about a million lines of C# code (very few of those are p/invoke and even fewer in a C++ DLL or two) and there really wasn't any work we had to do from a code standpoint. On 64 bit Vista (and XP 64) our applications by default ran as 64 bit