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