lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

Facing Microsoft.CodeAnalysis.Common issue #166

Closed sraban75 closed 11 months ago

sraban75 commented 11 months ago

Hello devs, I hope everybody is doing well. I have been using this library for 2020. It is working fine, except for slowness. I am wondering, in the near future, is RDLC can survive? because MS doesn't support this natively in the net core, and there is no free alternative of RDLC.

Today I upgraded my application from net 7 to net 8 and upgraded report viewer 15.17 to 15.19, now I am facing this issue. can you please tell me why this happening?

Screenshot_1

lkosson commented 11 months ago

Try updating the package that requires version 4.5.0 of Microsoft.CodeAnalysis.* to one which depends on version 4.8.0.

sraban75 commented 11 months ago

The problem was solved after installing these two packages.

image