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 - [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list