Cannot compile DataConnectors in version 2018.2.18
I am trying to implement the FastReport.Json data connector to my project. But It seems like there has been done some changes recently with the DataConnectionBase class. This looks like it affect all of the demo code for all connector projects.
The error message I get is
The designer must create an instance of type 'FastReport.Data.DataConnectionBase' but it cannot because the type is declared as abstract
And also there is done some changes to the overide functions.
CreateTable and DeleteTable does no longer exists.
Anyone know how to fix this? I have tried downloading the latest demo version of FastReport and also downloaded the latest "Extras"
Thanks!
The error message I get is
The designer must create an instance of type 'FastReport.Data.DataConnectionBase' but it cannot because the type is declared as abstract
And also there is done some changes to the overide functions.
CreateTable and DeleteTable does no longer exists.
Anyone know how to fix this? I have tried downloading the latest demo version of FastReport and also downloaded the latest "Extras"
Thanks!
Comments
It turns out it was the internal reference to the FastReport.dll that was wrong. It was pointing to an older version.