Hello,
We are getting this error on 4 computers out of 200 currently installed all around the world (using version 1.0.66) .
The stack looks like this:
System.Data.SQLite.SQLiteException: The database file is locked
database is locked
w System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
w System.Data.SQLite.SQLiteDataReader.NextResult()
w System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
w System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
w System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
w System.Data.SQLite.SQLiteTransaction.Commit()
w NHibernate.Transaction.AdoTransaction.Commit()
Error appears 30 second after application start. It is closing the application then :(
Is there any possibility that we could get rid of this error?
Thanks