I'm having a heck of a time getting my tests to run against my SQLite Data Provider.
I've looked at the suggested links here on stackoverflow, but none of them seem to get me going down the right path.
I've downloaded the Windows Precompiled Binaries for sqlite3.dll
I've copied the sqlite3.dll into both my Sqlite\bin directory as well as my Tests\bin directory

Unfortunately when I run my tests, I get the following error

Is there a clear cut way to get this working both in my Windows dev environment (primary goal right now) as well as running in Android and IOS (required in the near future)?
Also, if it matters, here are my Sqlite project references.



bindirectory. - Mike PerrenoudSystem.BadImageFormatException : An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)Looks like it has to do with x86/x64 - Chase FlorellSqlite.Interop.dllfiles, and rename it tosqlite3.dll. Now the only problem I'm going to run into is if the build is run on a different platform x8x / x64 - Chase Florell