[Mono-bugs] [Bug 77257][Maj] New - SqliteClient dllnotfoundexception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jan 14 13:09:39 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by aaron at ultramoderne.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77257
--- shadow/77257 2006-01-14 13:09:38.000000000 -0500
+++ shadow/77257.tmp.18023 2006-01-14 13:09:38.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 77257
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: XP SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: packaging
+AssignedTo: wberrier at novell.com
+ReportedBy: aaron at ultramoderne.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: SqliteClient dllnotfoundexception
+
+Description of Problem:
+Trying to use sqlite3 with mono 1.1.13 results in
+System.DllNotFoundException. 1.1.8 (my previous version) does not have
+this problem.
+
+Steps to reproduce the problem:
+1. Compile SQLite example from mono-project.com
+2. Try to run in same directory with sqlite3.dll
+3.
+
+Actual Results:
+F:\programs\NoteTaker>mono TestExample.exe
+
+Unhandled Exception: System.DllNotFoundException: libsqlite3.so.0
+in (wrapper managed-to-native) Mono.Data.SqliteClient.Sqlite:sqlite3_open
+(strin
+g,intptr&)
+in <0x000fb> Mono.Data.SqliteClient.SqliteConnection:Open ()
+in <0x00062> Test:Main (System.String[] args)
+
+Expected Results:
+It should find the dll and execute properly.
+
+
+How often does this happen?
+Always
+
+Additional Information:
More information about the mono-bugs
mailing list