massimo.sign...@it.abb.com wrote:
> 
> Bridge references System.Data.SQLite and tries to connect to a SQLite 
> database but it can't because of the System.Interop.dll not found error. 
> 

The System.Data.SQLite native library pre-loading feature used to use the
base directory for the application domain by default.  I suspect this may
be causing your issue if the application binary resides in a different
directory.

The upcoming release of System.Data.SQLite (1.0.91.0, due out Feb 10th)
may work better in your case because of recent changes to the native
library pre-loading feature that strongly favor the location of the
System.Data.SQLite assembly itself.

--
Joe Mistachkin

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

Reply via email to