On Mon, 2005-10-24 at 11:32 +0200, [EMAIL PROTECTED] 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
