Re: [Nant-users] NAnt is not finding .NET framework classes

2004-04-12 Thread Gert Driesen
> To: <[EMAIL PROTECTED]> Sent: Sunday, April 11, 2004 3:41 AM Subject: [Nant-users] NAnt is not finding .NET framework classes Hi, I am experiencing some compiling issues with NAnt. It seems that it is not finding .NET framework classes or namespaces. For instance, I am recieving the foll

Re: [Nant-users] NAnt is not finding .NET framework classes

2004-04-11 Thread Ian MacLean
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

[Nant-users] NAnt is not finding .NET framework classes

2004-04-11 Thread Gayathri Jacobs
Hi,   I am experiencing some compiling  issues with NAnt. It seems that it is not finding .NET framework classes or namespaces.   For instance, I am recieving the following error:   Name space of type Data for the Imports 'System.Data' cannot be found.   Any suggestions?   _Curtney