标签: c# .net sqlite sqlite-net
打开连接时会发生此异常
代码是:-
SQLiteCommand cmd = new SQLiteCommand(); cmd.Connection = connection; connection.Open(); Helper helper = new Helper(cmd); helper.BeginTransaction();