Re: [NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Dominik Guder
and my App will run with 32bit on target machine? Maybe I'll check this first tomorrow. And going with csc/vbc task is not within our focus since this brings another layer of file management into our projects. > > -Original Message- > From: Dominik Guder [mailto:o...@guder.org

Re: [NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Philip Sayers
ing a setting, flag, argument somewhere. Tell us what you see, what are the errors, what is in the build logs? -Original Message- From: Dominik Guder [mailto:o...@guder.org] Sent: Wednesday, August 31, 2011 11:48 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Targeting .net 2.

Re: [NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Scott Pennington
-Original Message- From: Dominik Guder [mailto:o...@guder.org] Sent: Wednesday, August 31, 2011 8:48 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Targeting .net 2.0 x86 on x64 machine Hi folks, I'm going crazy. I don't have any idea how to achieve my issu

[NAnt-users] Targeting .net 2.0 x86 on x64 machine

2011-08-31 Thread Dominik Guder
Hi folks, I'm going crazy. I don't have any idea how to achieve my issue: We are moving to Win7 x64 machines. And some of our older projets must be built for .net 2.0 x86. I can't get this done neither with nant nor with msbuild itself. Is anybody out there who has managed this issue? Thanks