>
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
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
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