SQL CE 4.0

I have built the FastReport.SQLCe.dll following the instructions in the 'Extras' folder. I have added the dll to the report as a Plug in and as expected the choice of a SQL Ce database now appears when making a connection, however,
when testing the connection I get the attached error:

If Fast Reports is not compatible with SQL CE 4.0 and I had known I would not have bought it

Help please if possible

>

Comments

  • edited 3:01PM
    take a look at FastReport.SqlCe.csproj (in folder Extras\Connections\FastReport.SqlCe), you should change reference include to SQLCE 4.0

    <Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" />

Leave a Comment