question

Cholotron-7052 avatar image
0 Votes"
Cholotron-7052 asked Joyzhao-MSFT edited

rdlc : Method not found DateTimeUtil.ParseDate

Please I need help solving this issue

130798-capture.png


sql-server-reporting-services
capture.png (10.9 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Joyzhao-MSFT avatar image
0 Votes"
Joyzhao-MSFT answered Joyzhao-MSFT edited

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.