System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: c7c7b6f987f8b7e1ab7f98a1e3ee419b20095fa4
Title: [DllNotFoundException: 无法加载 DLL“SQLite.Interop.DLL”: 找不到指定的模块
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Build_Automation Resolution: Duplicate
Last Modified: 2011-07-07 04:39:14
Version Found In:
Description:
无法加载 DLL“SQLite.Interop.DLL”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。 
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 

异常详细信息: System.DllNotFoundException: 无法加载 DLL“SQLite.Interop.DLL”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。

[DllNotFoundException: 无法加载 DLL“SQLite.Interop.DLL”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。]
   System.Data.SQLite.UnsafeNativeMethods.sqlite3_open_interop(Byte[] utf8Filename, Int32 flags, IntPtr& db) +0
   System.Data.SQLite.SQLite3.Open(String strFilename, SQLiteOpenFlagsEnum flags, Int32 maxPoolSize, Boolean usePool) +99
   System.Data.SQLite.SQLiteConnection.Open() +1065

<hr /><i>anonymous added on 2011-06-01 13:27:18 UTC:</i><br />
This error occurred in my webform app
if can't build in one dll,I had to go back to the old version

<hr /><i>mistachkin added on 2011-07-01 04:13:58 UTC:</i><br />
This is a duplicate of [54e52d4c6f] and [684b126a33].