seit dem Update erscheint folgende Fehlermeldung, direkt beim Start:
Auf einem zweiten PC funktioniert auch nach dem Update noch alles.SQLite error
no such index: fileHash
bei System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
bei System.Data.SQLite.SQLiteCommand.BuildNextCommand()
bei System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
bei System.Data.SQLite.SQLiteDataReader.NextResult()
bei System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
bei System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
bei System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
bei Alexosoft.BackupService.Engine.BackupEngine.ExecuteNonQuery(String cmdText)
bei Alexosoft.BackupService.Engine.BackupEngine.UpdateDBVersion()
bei Alexosoft.BackupService.Engine.BackupEngine..ctor(String DatabaseFile, Boolean CreateNew)
bei Alexosoft.BackupService.MainApp.modBackupLogic.LoadDatabase()