I've added backup functionality to a c# .Net 3.5 Sp1 Application. The db-file is copied to a location. With Restore, the db file is copied back to its original location. After the restore, I can access the DB with SqliteConnection. However, as soon as EF wants to access the DB, I get the error: EntityException...