Page 1 of 1

pdo sqlite Problem with DLL "SQLite.Interop.dll": HRESULT: 0

PostPosted: March 15th, 2015, 3:07 pm
by IvanPanfilov
An exception of type 'System.DllNotFoundException' occurred in System.Data.SQLite.dll but was not handled in user code

Problem with DLL "SQLite.Interop.dll": HRESULT: 0x8007007E

System.Data.SQLite.UnsafeNativeMethods.sqlite3_config(Int32 op, SQLiteLogCallback func, IntPtr pvUser) +0
System.Data.SQLite.SQLite3.StaticIsInitialized() +150
System.Data.SQLite.SQLiteLog.Initialize() +57
System.Data.SQLite.SQLiteConnection..ctor(String connectionString) +82
System.Data.SQLite.SQLiteConnection..ctor() +47
PHP.Library.Data.SQLitePDODriver.OpenConnection(ScriptContext context, String dsn_data, String username, String password, Object argdriver_options) +222
PHP.Library.Data.PDO.__construct(ScriptContext context, Object argdsn, Object argusername, Object argpassword, Object argdriver_options) +793
<index.php>.<Script>.test_sqlite(ScriptContext <context>, Object str) in C:\bin\cygwin64\home\user\web\projects\_work\phalanger3-web-example\index.php:33
<index.php>.<Script>.<Main>(ScriptContext <context>, Dictionary`2 <locals>, DObject <self>, DTypeDesc <includer>, Boolean <request>) in C:\bin\cygwin64\home\user\web\projects\_work\phalanger3-web-example\index.php:61
PHP.Core.ScriptInfo.<get_Main>b__0(ScriptContext context, Dictionary`2 variables, DObject self, DTypeDesc includer, Boolean isMain) +93
PHP.Core.ScriptContext.<IncludeScript>b__1(ScriptInfo scriptInfo) +69
PHP.Core.ScriptContext.GuardedCall(Converter`2 routine, TData data, Boolean allowUserExceptions) +129

how to fix this?

---

my test app at github.com/rivetweb/phalanger3-web-example