RE: [Nant-users] Problem following upgrade from Win2000 to XP

2004-04-29 Thread Noel Gifford
;Gert Driesen'; [EMAIL PROTECTED] Subject: RE: [Nant-users] Problem following upgrade from Win2000 to XP That was it, Gert. By specifying the command line option '/k:net-1.1' I have resolved the problem. Thank you -Original Message- From: Gert Driesen [mailto:[E

Re: [Nant-users] Problem following upgrade from Win2000 to XP

2004-04-29 Thread James Geurts
Hi Brian, It might be worth opening up the csproj file (with Notepad or something similar) that references the System.Data.DLL and making sure that the hint path is set to the 1.1 framework directory. Jim > Hi, > My NAnt script which was working fine is now hitting a problem. > > > >

RE: [Nant-users] Problem following upgrade from Win2000 to XP

2004-04-29 Thread Brian Etheridge
- From: "Brian Etheridge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 12:39 PM Subject: [Nant-users] Problem following upgrade from Win2000 to XP > Hi, > My NAnt script which was working fine is now hitting a problem. >

Re: [Nant-users] Problem following upgrade from Win2000 to XP

2004-04-29 Thread Gert Driesen
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 29, 2004 12:39 PM Subject: [Nant-users] Problem following upgrade from Win2000 to XP > Hi, > My NAnt script which was working fine is now hitting a problem. > > > > solutionfile="${test.runner.dir}\T

[Nant-users] Problem following upgrade from Win2000 to XP

2004-04-29 Thread Brian Etheridge
Hi, My NAnt script which was working fine is now hitting a problem. This target is being executed on a new machine, which is running XP Professional. The old machine was running Win2000. The problem I am getting is: --