Michael Russell wrote:
>
> The File.Delete() fails with the same issue as above (System.IO.Exception:
> The process cannot access the file...because it is being used by another
> process.)
> 

My guess would be that the Entity Framework is somehow holding the
underlying
connection open.  I'm not sure if there is a way to force it to close the
connection and/or dispose of the other System.Data.SQLite resources it's
using.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to