System.Data.SQLite兼容32位和64位问题

时间:2020-10-17 03:01:48
【文件属性】:
文件名称:System.Data.SQLite兼容32位和64位问题
文件大小:3.15MB
文件格式:ZIP
更新时间:2020-10-17 03:01:48
Sqlite 解决System.Data.SQLite兼容32位和64位问题 将当前说明文档的目录下的x64、x86目录和System.Data.SQLite.dll文件复制到您的应用程序根目录中(注意更新引用,引用System.Data.SQLite.dll即可,两目录中的不需要引用,但发布时需打包)。 如果是WEB网站,则复制到Bin目录下即可,发布时,也注意x64和x86一起打包发布 注意,当前的Sys tem.Data.SQLite.dll是完全的托管代码,不是混合程序集,文件大小为两百多KB, 如果你使用的是八百多KB以上的,说明你使用的是混合程序集,混合程序集是指定的处理器架构的,无法在不同架构下使用 所谓混合程序集的System.Date.SQLite指的是包含了托管的代码和Native的C/C++代码,本解决办法提供的System.Data.SQLite的为完全的托管 代码,必须配合Native Interop dll才能使用 注意:System.Data.SQLite必须是1.0.86.0及其以上版本
【文件预览】:
readme.htm
bin
----System.Data.SQLite.XML(181KB)
----test.exe.config(364B)
----System.Data.SQLite.exp(30KB)
----CompactFramework()
--------SQLite.Interop.060.exp(30KB)
--------System.Data.SQLite.dll(144KB)
--------SQLite.Interop.060.DLL(438KB)
--------testce.exe(26KB)
--------SQLite.Interop.060.lib(52KB)
----test.exe(50KB)
----x64()
--------test.exe.config(364B)
--------System.Data.SQLite.exp(30KB)
--------test.exe(50KB)
--------System.Data.SQLite.lib(52KB)
--------System.Data.SQLite.DLL(910KB)
----Designer()
--------install.exe.config(77B)
--------install.exe(199KB)
--------SQLite.Designer.dll(184KB)
----itanium()
--------test.exe.config(364B)
--------System.Data.SQLite.exp(30KB)
--------test.exe(50KB)
--------System.Data.SQLite.lib(63KB)
--------System.Data.SQLite.DLL(1.66MB)
----System.Data.SQLite.lib(53KB)
----ManagedOnly()
--------System.Data.SQLite.XML(180KB)
--------System.Data.SQLite.dll(156KB)
--------readme.txt(178B)
----linq()
--------testlinq.pdb(98KB)
--------northwindEF.db(839KB)
--------testlinq.exe(87KB)
--------testlinq.exe.config(1KB)
----System.Data.SQLite.DLL(820KB)
----System.Data.SQLite.Linq.dll(170KB)
绿盟.url
Doc
----SQLite.NET.chm(562KB)

网友评论