Startet nicht mehr Fehler Meldung

Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 8: ‘attempt to write a readonly database’.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at MailClient.Storage.Data.DataStore.GetConnectionInternal(String relativeName, Boolean privateConnection)
at MailClient.DbRepair.CorruptionChecker.CheckCorruption(RepairOptions repairOptions, CancellationToken token)
at MailClient.DbRepair.CheckingProcess.Check(CancellationToken token)
Data:
databaseFile: accounts.dat

Was kann ich tun

This probably means that access to the database, or some of the files in the database, has been restricted by another application or your OS.

Sometimes restarting Windows, making sure all pending updates are applied, will resolve it.