
I am trying to create the SQlite adapter dll so I can use SQlite as a data source.
I have used the SQLite.zip from the adapter folder....opened it in visual studio
I have attached the following Stimulsoft references:
- Stimulsoft.Base (2014.3.0.0)
- Stimulsoft.Controls (2014.3.0.0)
- Stimulsoft.Database (2014.3.0.0)
- Stimulsoft.Editor (2014.3.0.0)
- Stimulsoft.Report (2014.3.0.0)
- Stimulsoft.Report.Design (2014.3.0.0)
- System.Data.SQLite (1.0.96.0)
I keep getting the error...
The type or namespace name 'StiSQLiteMetadataProvider' does not exist in the namespace 'Stimulsoft.Database' (are you missing an assembly reference?)
I'm using Visual Studio 2013
I have tried setting the target framework to .NET 4.0; .NET 4.5; .NET 4.5.1 but it does not make a difference
Can anybody help
