SQLite
Winforms アプリケーションで使用しています。私は出力ディレクトリにコピーSystem.Data.SQLite.dll
しています。System.Data.SQLite.Linq.dll
App.config
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite"
type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
</DbProviderFactories>
</system.data>
"Failed to find or load the registered .Net Framework Data Provider"
一部のクライアントのマシンで、アプリケーションがエラーをスローしています。
これを修正するにはどうすればよいか教えてください。