[Mono-list] System Data

Chris Howie cdhowie at gmail.com
Sun Dec 7 01:15:50 EST 2008


On Fri, Dec 5, 2008 at 4:23 PM, nuzil <alex.nuzil at gmail.com> wrote:
> Hello. Can you help me?
> When I try to type in my *cs file this: "using System.Data;", I see an
> error:
> The type or namespace name `Data` does not exist in the namespace `System`.
> Are you missing an assembly reference?

If you are using MonoDevelop then you need to add a reference with the
references editor.  Otherwise you need to add the argument
"-r:System.Data" to the mcs/gmcs command line.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list