shuebener / SQLiteCompare

Utility for comparing two SQLite database files for both structure and data
GNU Lesser General Public License v3.0
39 stars 22 forks source link

Sqlite Interop Error when trying to compare DB files #3

Open lavanyadeepak opened 5 years ago

lavanyadeepak commented 5 years ago

I was getting an unhandled exception regarding Sqlite Interop DLL not found when trying to compare DB files. Since I have seen this error multiple times in the application I used to maintain this DLL in two flavors one for x86 and one for x64. I copied the x64 to your project file (set to copy always) and it worked.

Sqlite.Interop.zip

lordonez-techchorecr commented 3 years ago

Updating NuGet Packages did the work for me.