https://bugzilla.novell.com/show_bug.cgi?id=659000
https://bugzilla.novell.com/show_bug.cgi?id=659000#c0 Summary: Unhandled Exception: System.EntryPointNotFoundException: sqlite3_key Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: x86-64 OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: Mono.Data.Sqlite AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: Yes Created an attachment (id=404452) --> (http://bugzilla.novell.com/attachment.cgi?id=404452) This is the source file which causes the error. Description of Problem: When adding a password, the SQlite runtime under OS X fails. Under monotouch this is known behavior, I found, but is this under OS X to? Steps to reproduce the problem: 1. Execute my attached code. (compile it first, so you can change the connection string) Actual Results: Unhandled Exception: System.EntryPointNotFoundException: sqlite3_key at (wrapper managed-to-native) Mono.Data.Sqlite.UnsafeNativeMethods:sqlite3_key (intptr,byte[],int) at Mono.Data.Sqlite.SQLite3.SetPassword (System.Byte[] passwordBytes) [0x00000] in <filename unknown>:0 at Mono.Data.Sqlite.SqliteConnection.Open () [0x00000] in <filename unknown>:0 at Examentool.MonoBugReport.Main () [0x00000] in <filename unknown>:0 ipwned-ur-ass:~ yvanjanssens$ Expected Results: The database should be opened. How often does this happen? Always. (under OS X) Additional Information: -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
