Please I need help solving this issue

Please I need help solving this issue

Hi @Cholotron-7052 ,
This problem occurs because there may be a Microsoft.ReportViewer dll version that is newer than the deployment server in the local bin file. To verify the version of the dlls in your bin folder and deployment folder you can just use a simple power shell script after navigating to the folder holding the dlls.
dir *.dll | %{ $_.VersionInfo}
Just follow few steps, the issue may be resolved.
1.upgrade the Report Viewer control to the latest version .
2.Install ReportViewer Control and SQL CLR Types
3.Restart the IIS
If the problem continues, please feel free to let me know.
Best Regards,
Joy
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
6 people are following this question.