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
[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 following error: Name space of type Data for the Imports 'System.Data' cannot be found. Any suggestions? _Curtney