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

Sanjay Gupta GSanjay@novell.com
Sun, 29 Aug 2004 22:56:14 -0600


Hi Eric,
Kindly add the reference to System.Data.dll under your project
settings.

Thanx,
Sanjay

>>> Eric Damron <edamron@spamcop.net> 8/30/2004 4:09:13 AM >>>
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