Postgresql datasource - too old pgsql library
Hello,
I am using enterprise edition of FastReport Designer. I have compiled Postgresql dll. I imported dll as plugin in Designer however I cannot connect to Postgresql 14 database. I am getting error during logging to database (see picture 1).
I opened "FastReport.Postgres.sln" once again in VisualStudio and updated "pgsql" package with NuGet package manager. After two small changes in the code the project finally compiled.
I loaded new dll's into FastReport Designer and when I try to log into my database I am getting another error:
Basically it says that it couldn't find 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1'
I was able to use my templates in FastReport Community Designer and succesfully connect to Postgresql database version 14.
I would appreciate any instruction how to deal with that.