Error when connecting to sqlite
hupo376787
China
Hi guys,
I download FastReport.SQLite.sln from https://www.fast-report.com/en/download/fast-report-net/
I do as the readme and replace the System.Data.SQLite.dll.
And it compiled successfully.
But when i add it to Designer.exe, and connect to sqlite database, it occurs an error.
How to solve it?
Thanks.
I download FastReport.SQLite.sln from https://www.fast-report.com/en/download/fast-report-net/
I do as the readme and replace the System.Data.SQLite.dll.
And it compiled successfully.
But when i add it to Designer.exe, and connect to sqlite database, it occurs an error.
How to solve it?
Thanks.
Comments
Hi, all
I figured it out.
I placed System.Data.SQLite.dll, but i forgot to place SQLite.Interop.dll to the same diractory.
So when calling sqlite driver, it throws an exception.