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
s] Problem following upgrade from Win2000 to XP Brian, Nant 0.84 (and earlier) target the .NET Framework 1.0 by default. When you first install .NET 1.0 and then install 1.1, both 1.0 and 1.1 will be available, and NAnt 0.84 (and earlier) will target .NET 1.0. This was changed post 0.84 to use

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

2004-04-29 Thread Gert Driesen
Brian, Nant 0.84 (and earlier) target the .NET Framework 1.0 by default. When you first install .NET 1.0 and then install 1.1, both 1.0 and 1.1 will be available, and NAnt 0.84 (and earlier) will target .NET 1.0. This was changed post 0.84 to use target the runtime on which NAnt is executing. se