On Aug 24, 2011, at 5:26 PM, gabriel.b...@gmail.com wrote: > I'm receiving an EntryPointNotFoundException whenever I call > SQLiteConnection.Close().
Mono.Data.Sqlite.SqliteConnection.Close()? I don't see that. :-( If you're using a custom System.Data.SQLite build, ensure that SQLITE_STANDARD was defined when you built, so that SQLiteBase.CloseConnection() would use UnsafeNativeMethods.sqlite3_close() and not UnsafeNativeMethods.sqlite3_close_interop(). - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid