Sunday, December 31, 2017

Unable to load DLL 'SQLite.Interop.dll': The specified module could not be found






Happens when installing nuget package System.Data.SQLite.Core.

Easy solution on my part:

  1. Copy the 'SQLite.Interop.dll' from the "packages\System.Data.SQLite.Core.1.0.106.0\build\net45\x86\SQLite.Interop.dll"
  2. Paste it into the 'Bin' folder

I am using Visual Studio 2017, Webform project targeting .net 4.5