I solved same error with just add a single line in App.config
<provider invariantName="System.Data.SQLite" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"/>
PS: Add provider to <configuration> > <entityFramework> > <providers>