Pritesh Shah wrote:

...

error CS0234: The type or namespace name 'abc' does not exist in the class
(are you missing an assembly reference?)
That's the clue.
...
           <references>
               <include name="System.dll" />
               <include name="System.Web.dll" />
               <include name="System.XML.dll" />
           </references>
Add a reference to abc.dll here. The <references> block in NAnt is the equivalent to the References node shown under each project in the Visual Studio Solution Explorer.

Gary




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to