[Mono-list] The namespace `System.Data' can not be found (missing assembly reference?)(CS0246)

Todd Berman tberman@off.net
Sun, 29 Aug 2004 21:13:18 -0400


You have to add the System.Data reference.

/r:System.Data on the command line, or go to the solutions tab, and find
the references folder, right click go to 'Add References...' and add it
from there in MD.

--Todd

On Sun, 2004-08-29 at 15:39 -0700, Eric Damron wrote:
> I'm using MonoDevelop.  Do I need to hand edit the assembly?  The simple 
> nearly default application gives the error message listed in the subject 
> line:
> 
> // project created on 8/29/2004 at 2:43 PM
> using System;
> using System.Data;
> 
> class MainClass
> {
>     public static void Main(string[] args)
>     {
>         Console.WriteLine("Hello World!");
>     }
> }
> 
> Thanks.
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list