未能加载文件或程序集“System.Data.SQLite”或它的某一个依赖项

解决方案:

1、需要在IIS里设置,启用32位应用程序
我用的是iis7

Win7 64位 IIS未能加载文件或程序集“System.Data.SQLite”或它的某一个依赖项

Win7 64位 IIS未能加载文件或程序集“System.Data.SQLite”或它的某一个依赖项

 

把启用32位应用程序的false改为true

2、下载 System.Data.SQLite.dll 的64位驱动

地址如下:

http://www.sqlite.org/download.html

 

Precompiled Binaries For .NET
http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
 

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2021-10-23
  • 2022-02-01
  • 2022-01-16
  • 2021-07-23
  • 2021-06-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案