Marc Henrickson wrote:
> 
> System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. --->
> System.TypeInitializationException: The type initializer for
'System.Data.SQLite.SQLiteFactory' threw an exception. ---> 
> System.DllNotFoundException: Unable to load DLL 'SQLite.Interop.DLL': The
specified module could not be found. (Exception from 
> HRESULT: 0x8007007E)
>    at System.Data.SQLite.UnsafeNativeMethods.sqlite3_config(Int32 op,
SQLiteLogCallback func, IntPtr pvUser)
>    at System.Data.SQLite.SQLite3.SetLogCallback(SQLiteLogCallback func) in
c:\SQLiteTest\System.Data.SQLite\SQLite3.cs:line 935
>    at System.Data.SQLite.SQLiteFactory..ctor() in
c:\SQLiteTest\System.Data.SQLite\SQLiteFactory.cs:line 121
>    at System.Data.SQLite.SQLiteFactory..cctor() in
c:\SQLiteTest\System.Data.SQLite\SQLiteFactory.cs:line 131
> 

Please make sure the necessary ICU DLLs are located in the same directory as
the SQLite.Interop.dll OR somewhere along your PATH and the problem should
go away.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to