Hi Buttink Buttink wrote: > I don't think its built in but why do you need them? Is there a problem > compiling on mono verses .net?
No! On Windows, i have to write "using System.Data.SQlite", and on MONO-based Systems i write "using Mono.Data.Sqlite". So, its not enough to check the platform within running code, but while compile-time for using-declaratives. Kind regards, cimodev _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
