Steven M. McNeese wrote: > > Is it possible to get versions of Sqlite between 1.0.60.0 and the > latest release so I can try to isolate where the issue starts? >
It is unlikely that the issue is with the core System.Data.SQLite itself. It very carefully follows the best-practices for IDisposable and all of these semantics are very carefully and extensively tested. I think there could be an issue with auto-generated code created by some previous version of the .NET Framework or Visual Studio; however, instead of using an System.Data.SQLite release that is over 5 years outdated, it might be better to either correct or regenerate the auto-generated code. I realize this may be a large undertaking; however, I think it will be quite worthwhile as a great many things have been fixed and improved in System.Data.SQLite in the last several years. -- Joe Mistachkin