[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 bel

[sqlite] SQLite exception

2014-03-14 Thread Rishi Ravindran
Hi I am getting an exception when I try to debug the sqlite-netFx-source-1.0.91.0 source code in VS 2010 on the following line below... DbProviderFactory factory = DbProviderFactories.GetFactory(factoryString); The exception detail is reproduced below... System.Reflection.TargetInvocationExcept