RE: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Noel Gifford
Change your to reference the DLL in the binDebug directory                                         Noel   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Brian B

RE: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Noel Gifford
Using  also works                                           -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Brian Beaudet Sent: Tuesday, April 06, 2004 12:54 PM

Re: [Nant-users] Newbie Question Regarding Referencing Assemblies

2004-04-06 Thread Jaroslaw Kowalski
You should reference bin\Debug\lib.dll instead of lib.dll Hope it helps. Jarek - Original Message - From: "Brian Beaudet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:54 PM Subject: [Nant-users] Newbie Question Regarding Referencing Assemblies > I've go