Why is Fast Report 2024.1.0 not working in a .Net8 mvc application?
Hallo,
I am currently upgrading my application from .net framework 4.8 to .Net 8 . I used 2024.1.0 in the old application and it was working fine with the multiple fastreport files having Charts and sql queries. I heard this version supports .net 8 and so I moved it as it is but I am getting strange errors in the new application like SqlParameter is not available in System.Data.SqlClient, missing MsChartObject and few others.
In the old application, along with the five dll's(FastReport, FastReport.Bars, FastReport.Editor, FastReport.DataVisualization, FastReport.Compat), I have installed Fastreport.Net.Pro. But now I cannot install it as it wants me to make the target framework to .net8-windows. Eventhough i make my application window specific and install it still i get those above mentioned issues. Is there any way how i can fix this or Do i need some other latest version?