Andrew Jorgensen-4 wrote: > > Build is posted here for now: > > http://mono.ximian.com/monobuild/preview/archive/2.0/macos-10-universal/4/MonoFramework-2.0_4.macos10.novell.universal.dmg > > If we don't get any seriously negative reports back today we'll post it to > ftp.novell.com and update the download page. > >
It seems that Mono.Data.Sqlite from this package is expecting a newer version of SQLite than the one that comes with the installer. The SQLite package that comes with this is 3.5.7. Mono.Data.Sqlite throws this exception: Stacktrace: at (wrapper managed-to-native) Mono.Data.Sqlite.UnsafeNativeMethods.sqlite3_close (intptr) <0x00004> at (wrapper managed-to-native) Mono.Data.Sqlite.UnsafeNativeMethods.sqlite3_close (intptr) <0xffffffff> at Mono.Data.Sqlite.Sqlite3.Close () <0x00039> at Mono.Data.Sqlite.SqliteConnection.Close () <0x0035a> at Mono.Data.Sqlite.SqliteDataReader.Close () <0x00085> at System.Data.Common.DataAdapter.FillInternal (System.Data.DataTable,System.Data.IDataReader) <0x000cb> at System.Data.Common.DataAdapter.Fill (System.Data.DataTable,System.Data.IDataReader) <0x00016> at System.Data.Common.DbDataAdapter.Fill (System.Data.DataTable,System.Data.IDbCommand,System.Data.CommandBehavior) <0x000a4> at System.Data.Common.DbDataAdapter.Fill (System.Data.DataTable) <0x0003b> at (wrapper remoting-invoke-with-check) System.Data.Common.DbDataAdapter.Fill (System.Data.DataTable) <0xffffffff> at TestGTK2.DB.GetSQL (string,System.Collections.Generic.Dictionary`2) <0x001b3> at TestGTK2.DB.GetSQL (string) <0x00037> at TestGTK2.DB.ReadConfiguration () <0x00032> at TestGTK2.Engine.Login () <0x0001b> at MainWindow.<Login>m__0 (object,System.EventArgs) <0x00017> at InvokeCB.Invoke () <0x0001e> at TimeoutProxy.Handler () <0x00034> at (wrapper native-to-managed) TimeoutProxy.Handler () <0xffffffff> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00004> at (wrapper managed-to-native) Gtk.Application.gtk_main () <0xffffffff> at Gtk.Application.Run () <0x0000a> at TestGTK2.MainClass.Main (string[]) <0x0003f> at (wrapper runtime-invoke) TestGTK2.MainClass.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff> Abort trap Testing on linux and Windows seems that Mono.Data.Sqlite requires SQLite version 3.6.2 or greater so it would be great if you update this package with the latest version of SQLite that is required by the Mono.Data.Sqlite.dll. Besides that I think it is working fine with my app. Thanks, -- View this message in context: http://www.nabble.com/ETA-for-mono-2.0-installer-on-Mac-10.4-tp19863493p19997900.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
