admin管理员组

文章数量:1277295

I'm building for ASP.NET Core 8. Is there something I need to edit to bypass the error message when I include the latest FastReport.Data.MsSql?

When I include the latest version, I get this error:

Assembly 'FastReport.Data.MsSql' with identity 'FastReport.Data.MsSql, Version=2025.1.16.0, Culture=neutral, PublicKeyToken=b33a9a06fcc00c4c' uses 'FastReport, Version=2025.1.16.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8' which has a higher version than referenced assembly 'FastReport' with identity 'FastReport, Version=2025.1.0.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8'

There is no Nuget entry simply called 'FastReport' I could install, so how can I install the latest version of FastReport.Data.MsSql.

I have the following FastReport packages installed:

FastReport.Compat (2025.1.16)
FastReport.Data.MsSql (2025.1.16)
FastReport.Data.Odbc (2025.1.16)
FastReport.OpenSource.Export.PdfSimple (2025.1.0)
FastReport.OpenSource.Web (2025.1.0)
FastReport.OpenSource (2025.1.0 - Transitive)

If I downgrade the FastReport.Data.MsSql to v2025.1.0, the program compiles.

I'm building for ASP.NET Core 8. Is there something I need to edit to bypass the error message when I include the latest FastReport.Data.MsSql?

When I include the latest version, I get this error:

Assembly 'FastReport.Data.MsSql' with identity 'FastReport.Data.MsSql, Version=2025.1.16.0, Culture=neutral, PublicKeyToken=b33a9a06fcc00c4c' uses 'FastReport, Version=2025.1.16.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8' which has a higher version than referenced assembly 'FastReport' with identity 'FastReport, Version=2025.1.0.0, Culture=neutral, PublicKeyToken=5ceb240df42bf6e8'

There is no Nuget entry simply called 'FastReport' I could install, so how can I install the latest version of FastReport.Data.MsSql.

I have the following FastReport packages installed:

FastReport.Compat (2025.1.16)
FastReport.Data.MsSql (2025.1.16)
FastReport.Data.Odbc (2025.1.16)
FastReport.OpenSource.Export.PdfSimple (2025.1.0)
FastReport.OpenSource.Web (2025.1.0)
FastReport.OpenSource (2025.1.0 - Transitive)

If I downgrade the FastReport.Data.MsSql to v2025.1.0, the program compiles.

Share Improve this question edited Feb 24 at 16:13 marc_s 755k184 gold badges1.4k silver badges1.5k bronze badges asked Feb 24 at 14:37 ericterict 1,4672 gold badges16 silver badges33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

The reason why you couldn't install the newest FastReport.Data.MsSql is the FastReport.OpenSource version is the 2025.1.0 which is not the newest version.

According to this document, you could find the FastReport.OpenSource is the commercial version which may not update as same as the other version of the fastreprot.

More details, I suggest you could raise the issue by using this github link.

本文标签: