Hi Richard,

What other references are in the list?  Try referencing System.XML.dll - I
believe that will take care of the Data error.  Try importing system.dll
also..   Somewhere along the line a dependency is being missed.  HTH, Damon

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 10:25 AM
Subject: [Nant-users] vbc build error


> Hi All,
>   I have created a build file for a project of mine but whenever i run it
i
> get the following errors:
>
> vbc : error BC30464: Namespace or type 'Data' in the project-level Imports
> 'System.Data' cannot be found.
> vbc : error BC30464: Namespace or type 'Forms' in the project-level
Imports
> 'System.Windows.Forms' cannot be found.
>
> I have imported the assemblies in the vbc task:
>
>
imports="Microsoft.VisualBasic,System,System.Data,System.Collections,System.
> Diagnostics,System.Management,System.Windows.Forms"
>
> and referenced the assemblies as well:
>
>       <references>
>         <absolute file="System.Data.dll" />
>         ...
>         <absolute file="System.Windows.Forms.dll" />
>         ...
>       </references>
>
> I must be missing something (probably totall obvious) - could anyone help
me
> out?
>
> Thanks,
>
> Richard Case
>
>
>
> **********************************************************************
>
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed.
>
> If you have received this email in error please notify
> Financial Objects plc., contact details can be found on our website.
>
> World Wide Web: http://www.finobj.com
>
> ***********************************************************************
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to