Can't create FastReport.SQLite.dll
Hi
I want to create FastReport.SQLite.dll by this topics ( ^)
I use FR.Net Version 1.8.29 and the lastest FRNetConnections and SQLite.dll version 1.0.81.0.
but this errors occurs :
I want to create FastReport.SQLite.dll by this topics ( ^)
I use FR.Net Version 1.8.29 and the lastest FRNetConnections and SQLite.dll version 1.0.81.0.
but this errors occurs :
'FastReport.Data.SQLiteDataConnection' does not implement inherited abstract member 'FastReport.Data.DataConnectionBase.QuoteIdentifier(string, System.Data.Common.DbConnection)'Â Â Â Â C:\Users\Hamid\Desktop\FastReport.SQLite\SQLiteDataConnection.cs
'FastReport.Data.SQLiteDataConnection.GetQuotationChars()': no suitable method found to override    C:\Users\Hamid\Desktop\FastReport.SQLite\SQLiteDataConnection.cs
Comments
- Download FRNetConnections.zip from the "Extras" section of the following page: FR.NET Downloads
- Open with VS2012 (Conversion of project files)
- Change target framework from .NET 3.5 to .NET 4.0
- Remove broken reference to System.Data.SQLite
- Add System.Data.SQLite using NuGet
- Recompile
I have FR.NET 1.9.20 installed on my machine and I got no compilation error.
EDIT: When you cannot use FR.NET 1.9.20, you may try to look if there is a function GetConnectionType with a different signature - or if it got renamed. It's difficult for me. Just peek around in the base class (DataConnectionBase).