[Mono-bugs] [Bug 70582][Wis] New - Mono.Data.SQLiteClient crashes under MS .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Dec 2004 11:12:04 -0500 (EST)


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 gnauck@ag-software.de.

http://bugzilla.ximian.com/show_bug.cgi?id=70582

--- shadow/70582	2004-12-15 11:12:04.000000000 -0500
+++ shadow/70582.tmp.9778	2004-12-15 11:12:04.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 70582
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data.SqlClient
+AssignedTo: rodrigo@novell.com                            
+ReportedBy: gnauck@ag-software.de               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Mono.Data.SQLiteClient crashes under MS .NET
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+
+Description of Problem:
+Mono.Data.SQLiteClient crashes under MS .NET and Windows XP. The SQLiteTest
+Sample crashes when its trying to read the data from the database. Creating
+the database,  creating the table and the insert work well. The select
+crashes on this line:
+reader = dbcmd.ExecuteReader();
+i get a unhandled exception in SqliteCommand.cs line 226 then. Im using the
+precompiled dll version 2_8_15 from the sqlite homepage and the MS VS 2003
+IDE and MS .NET Framework 1.1 Sp1.
+I wanna use this for cross platform development. So under Windows with MS
+.NET and under Linux with Mono. So is there a chance to get it working
+under MS .NET?
+
+
+Expected Results:
+
+
+How often does this happen? 
+always
+
+Additional Information: