if your having this message, just add below code in your web.config
<dependentAssembly><assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139"/><bindingRedirect oldVersion="1.0.61.0" newVersion="1.0.66.0"/></dependentAssembly>
It tells you to redirect all of your SQLite DLL version 1.0.61.0 into somethin newer,for this example 1.0.66.0
For further info, check this
Howdy that blog is awesome, I very enjoyed it.