Re: [sqlite] SQLite Interop exception

2014-03-17 Thread Joe Mistachkin
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

[sqlite] SQLite Interop exception

2014-03-17 Thread Rishi Ravindran
Hello, When compiling and debugging the test.2010.csproj project I got a couple of exceptions. Initially it complained of missing SQLite.Interop.dll and when I copied it to the "sqlite-netFx-source-1.0.91.0\bin\2010\Debug\bin" folder from the binaries folder I ran into the exception reproduced