Joe,

Good to know! I had been looking just for <sqlite3.dll>. I don't have access to the machine right now, but I do have a clone of its system drive, and a search for <sqlite> turned up:

System.Data.SQLite.Linq.DLL (more than one copy)
System.Data.SQLite.DLL (more than one copy)
System.Data.SQLite64.DLL (probably because it's 64-bit W7)

At the time the clone was made, HP Connection Manager wasn't on it, but HP Power Assistant was, and the latter's directory in Program Files contains both <System.Data.SQLite.DLL> and <System.Data.SQLite64.DLL>, so there's a good chance that HP Connection Manager will have those, too (I am not willing to uninstall Intuit's TurboTax at this time, so there's no way to get HP Connection Manager installed to determine for sure what SQLite-related DLLs it installs). Regards, Joe

-------- Original Message --------
Subject: Re: [sqlite] Incompatible versions of SQLite on same system
From: Joe Mistachkin <sql...@mistachkin.com>
To: 'General Discussion of SQLite Database' <sqlite-users@sqlite.org>
Date: Thu Jan 19 2012 10:06:09 GMT-0600 (Central Standard Time)
Another thing to keep in mind is that the System.Data.SQLite project
compiles
the native code for SQLite into files named "SQLite.Interop.dll" and
"System.Data.SQLite.dll" (mixed-mode assembly), depending on the build
configuration.

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

Reply via email to