I am starting to try and figure out some SQLite and I tried to set up a Unit Test project - but I can't seem to get it to run. I have used NuGet to grab the following:
- SQLite.Net PCL
- sqlite-net
- System.Data.SQLite
Everything compile fine, but when I try to run anything as simple as initialization code, I get:
Unable to load DLL 'sqlite3': The specified module could not be found.
Now I know that means the reference cannot be found - am I missing something here? Thank you.