Posted 25 June 2024, 3:15 pm EST - Updated 25 June 2024, 3:21 pm EST
hello
I’m migration an application from .Net4.7 framework to .Net8, which I understand is supported.
The following error arised :
Error (active) CS0029 Cannot implicitly convert
type 'System.Drawing.Font'
to 'GrapeCity.ActiveReports.Document.Drawing.Font'
looks like the implicit convertors defined in
MESCIUS.ActiveReports.Core.Document.4.4.0\lib\net462\MESCIUS.ActiveReports.Core.Document.dll
are not available in mescius.activereports\18.1.0\lib\netcoreapp3.1\MESCIUS.ActiveReports.dll
am I missing something for this code to target .Net8 successfully ?