Page 2 of 2

Re: SQLite adapter not showing in Designer

Posted: Sat May 04, 2013 2:01 am
by ec20
I was finally able to get connected to SQLite. The following are the steps I had to use.

1. Download sqlite-netFx45-binary-x64-2012-1.0.85.0.zip from http://system.data.sqlite.org/index.htm ... loads.wiki

2. Extract System.Data.SQLite.dll and SQLite.Interop.dll and place in my bin directory
3. Add reference of System.Data.SQLite.dll to the Stimulsoft.Report.SQLiteDatabase project
4. Set the Stimulsoft.Report.SQLiteDatabase project to .NET 4.5 framework with AnyCPU
5. Compile and copy to the bin project
6. Compile my application with .NET 4.5 and AnyCPU

Re: SQLite adapter not showing in Designer

Posted: Mon May 06, 2013 6:17 am
by HighAley
Hello.

Thank you for the detailed instruction how to connect to the SQLite.

Thank you.