Rishi Ravindran wrote:
>
> Is this normal behavior or am I missing any step?
>

It looks like you are attempting to use managed System.Data.SQLite binaries
compiled
in the "Debug" build configuration with native System.Data.SQLite binaries
compiled
in the "Release" build configuration.  By default, that setup is not
supported.

The simplest workaround is to change the active build configuration in
Visual Studio
to "ReleaseNativeOnly" and try again.

--
Joe Mistachkin

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

Reply via email to