[Mono-list] System.Data namespace missing?

Jonathan Pryor jonpryor at vt.edu
Mon Oct 24 20:42:41 EDT 2005


On Mon, 2005-10-24 at 11:32 +0200, nhytro-python at web.de wrote:
> Hi! I´m using SharpDevelop to compile a code snippet on windows with
> the 1.143 Net  and Mono 1.19 frameworks, to check mono compatibility,
> I switched the compiler over to mono, and it complains about a missing
> System.data namespace, the code compiles fine with the Net framework.
> Ideas anyone?

You probably need to add a reference to System.Data.dll to you project
references.

 - Jon




More information about the Mono-list mailing list