今天发布iis的时候发现如下错误:

Could not load file or assembly 'System.Data.SQLite' or one of its dependencies.
An attempt was made to load a program with an incorrect format.

 

google后发现可做如下iis的修改

在64位机器上使用32位的dll

但是oracle.DataAccess本来64位的dll现在也要改成32位的dll了,要不然也会报同样的错。

 

最终找了一个64位的sqllite解决此问题,64位sqllite下载:

https://files.cnblogs.com/zyizyizyi/System.Data.SQLite.rar

 

 

相关文章:

  • 2021-11-29
  • 2021-12-15
  • 2021-12-15
  • 2021-09-17
  • 2022-01-17
  • 2021-11-12
猜你喜欢
  • 2021-12-05
  • 2021-09-17
  • 2021-11-23
  • 2021-11-22
  • 2021-12-15
  • 2021-12-15
  • 2021-09-17
  • 2021-06-14
相关资源
相似解决方案