Please manually download and upgrade SQLite from SQLite's
website<http://sqlite.org/download.html>
.

*Brandon Sky Pimenta*


On Tue, Sep 11, 2012 at 11:39 AM, Robert Calco <bobca...@gmail.com> wrote:

> Upgrading from 1.0.66 to 1.0.82 on .NET 4.0 I am running into an issue that
> appears to stem from assumptions about when/how SQLiteConnection instances
> are disposed. I'm working on a code base with which I'm not yet entirely
> familiar. The previous developer created a sort of wrapper connection
> concept that implements IDisposable. When calling the Close() method on
> this abstraction, the Connection variable (an instance of SQLiteConnection)
> is throwing ObjectDisposedException.
>
> Has anyone else run into this or a similar problem?
>
> --
> *Bob Calco*
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to