找到 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config

打开 文件machine.config

在节点 DbProviderFactories

添加 <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.99.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" />

复制文件 SQLite.Interop.dll、System.Data.SQLite.dll

到 codesmith 的 bin 文件夹中。

相关文章:

  • 2022-12-23
  • 2021-06-15
  • 2022-03-08
  • 2021-12-20
  • 2021-10-31
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-09-11
  • 2021-09-20
  • 2021-06-05
  • 2022-12-23
相关资源
相似解决方案