[Mono-aspnet-list] SqliteConvert exception on connection open

noon nunyez at gmail.com
Tue Jun 14 08:29:58 EDT 2011


I'm using Mono.Data.Sqlite.dll from 2.10.2. Every time I try to open any data
connection I'm thrown the following error.

"The type initializer for 'Mono.Data.Sqlite.SqliteConvert' threw an
exception."
"Value does not fall within the expected range."

Sample code. Tried about 30 other combinations as well.
this.Connection = new SqliteConnection("Data
Source=file::memory:,version=3");
this.Connection.Open();

--
View this message in context: http://mono.1490590.n4.nabble.com/SqliteConvert-exception-on-connection-open-tp3596407p3596407.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.


More information about the Mono-aspnet-list mailing list