I have a C# library project that I can build succesfully using the csc task. The project references 5 assemblies that I've also built with nant.
But I can't compile these source files with Visual C# 2005. I created a VC# project, copied all the source files into the appropriate folder, and added references to the same 5 assemblies that are referenced in the nant project. When I try to build the VC# project (in VC#), it reports an error. The error has to do with the use of System.Collections.Generic.Queue class. It can't find this class because the assembly that contains the class (System.dll) is not in the list of referenced assemblies. So I'm stumped: how is nant's csc task able to compile these source files without an explicit reference to System.dll? Thanks, Jimm ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users