I\'m using System.Data.SQLite provider in an ASP.NET application (framework 4.0).
The issue I\'m running into is that when I INSERT something in a table in the SQLite databa
Had the same problem.
Solved it simply by installing SQLite 1.0.111 (via nuget).
Did not have to change anything on my code, only update to that version. Previously I used 1.0.85 where the file was locked, although the connection was closed and disposed.