Re: SQLite adapter not showing in Designer
Posted: Sat May 04, 2013 2:01 am
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
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