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.
1 Answer
Reset to default 0The 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.
本文标签:
版权声明:本文标题:asp.net core 8 - FastReport.Data.MsSql 2025.1.16 wants FastReport 2025.1.16 which is not available on Nuget - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741263196a2368002.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论