It won't work out of the box, unless the windows user has mono installed (unlikely). You need to supply the user with the needed assembly ( Mono.Data.SqliteClient.dll in your case) by simplay copying it into the binaries directory, then it should work.
cheers Mathias > > Hello > > Im trying to make a program for windows but I only use linux, and i want > to > know that if a use this: > " using Mono.Data.SqliteClient; " > > This work? i know i need to install sqlite in windows and linux, but... > windows .net can locate Mono.Data.SqliteClient or I need to compile again > with sharpdevelop using System.Data.Sqlite; ? > > If this doesn't work what i must do to access sqlite in windows or linux? > > > Thanks for your help! > > Pablo. > > > -- > View this message in context: > http://www.nabble.com/Mono.Data.SqliteClient-and-windows-compatibility-tp17286399p17286399.html > Sent from the Mono - General mailing list archive at Nabble.com. > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
