On Fri, Dec 5, 2008 at 4:23 PM, nuzil <[EMAIL PROTECTED]> 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
