[Mono-list] The namespace `System.Data' can not be found (missing assembly reference?)(CS0246)
Niel Bornstein
Niel Bornstein <nbornstein@gmail.com>
Mon, 30 Aug 2004 08:56:39 -0400
Alternately, and more correctly for this example, remove the "using
System.Data;" line. You're not using any classes in the System.Data
namespace in this example.
Niel
On Sun, 29 Aug 2004 15:39:13 -0700, Eric Damron <edamron@spamcop.net> 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
>