Hi, I have a build file for a project, but when I tried to run the file, I got the following error message: [vbc] vbc : error BC30464: Namespace or type 'Data' in the project-level Imports 'System.Data' cannot be found.
These are what I have in my build file: <imports> <import namespace="System" /> <import namespace="System.Collections" /> <import namespace="System.Data" /> <import namespace="System.Diagnostics" /> </imports> .... <references> <include frompath="true" name="System.dll" /> <include frompath="true" name="System.Data.dll" /> <include frompath="true" name="System.Xml.dll" /> ... </references> Am I missing anything? Thanks, Lee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users