Hi all,
I was building a FetchXML based report for crm 2013 on premises, when i try to see the preview i receive the following error
Any suggestions? I am not sure where it is going wrong
*This post is locked for comments
Hi all,
I was building a FetchXML based report for crm 2013 on premises, when i try to see the preview i receive the following error
Any suggestions? I am not sure where it is going wrong
*This post is locked for comments
Seems to be an issue with the expression in the specified textbox(txtexecutiondatetimelabel).
Hope you are using Microsoft.Crm.Reporting.RdlHelper.DateTimeUtility.ConvertUtcToLocalTime function with in textbox. If so please add the Microsoft.Crm.Reporting.RdlHelper assembly to your report and retest.
Okay, i have not added any assemblies to the report.
Just wondering, do you have both SSRS and Dev Tools installed on the same machine? Is it possible that your dev tools are of a newer version, and, so, they have added that reference but it actually does not exist on the machine because, well, it got removed while installing SSRS, for example..
The issue looks like it's to do with the Reporting Services setup, rather than CRM. The reporting services log files may give more information about the error
Couldn't load assembly.
Remove assembly from your project and add it again. It should help.
Hi Vignesh,
Below is what I could infer from the error message:
The process is looking for an assembly Microsoft.ReportingServices.ProcessingObjectModel having version 10.0.0.0. It located an assembly with same name but with different version. Hence it is complaining.
Thanks,
Charmis
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156