[Mono-list] NotImlementedException when sqlite connection passed to DataContext constructor.
TaffyDownUnder
news at GittingsFamily.net
Sun May 9 02:35:21 EDT 2010
Hi,
I'm using MonoDevelop 2.4.4 and the following piece of code is throwing a
NotImplementedException when the DataContext constructor is called:
using System.Data;
using System.Linq;
using Mono.Data;
using Mono.Data.Sqlite;
[...]
string connectionString = "Data Source=/DS/Northwind.sl3";
var dbcon = new SqliteConnection(connectionString);
dbcon.Open();
var db = new DataContext(dbcon);
Anything obvious that I've done wrong? Suggestions? known issues?
Ta,
Paul
--
View this message in context: http://mono.1490590.n4.nabble.com/NotImlementedException-when-sqlite-connection-passed-to-DataContext-constructor-tp2164253p2164253.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list