Re: [Nant-users] NAnt is not finding .NET framework classes
Curtney, What version of NAnt, and what task are you using ? If you're using the task, then I'd recommend trying one the recent nightly builds (http://nant.sourceforge.net/nightly/builds). Gert - Original Message - From: "Gayathri Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen
Re: [Nant-users] NAnt is not finding .NET framework classes
Gayathri, you need to add the assemblies you are referencing to the element of your task. Somthing like: If that doesn't fix your problem can you please post the contents of your build file here along with the c