I have a report that accesses a class in a custom assembly. The DLL is properly referenced in the report and the custom code works properly on my development computer. I have an Expression that evaluates properly after calling a method in the class of the custom DLL.
When I deploy the report to the production server, the same report shows #Error where the expression should show.
I have copied the DLL to the proper location on the production server (C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLServer\Reporting Services\ReportServer\bin.) I have restarted the Reporting Services module as well.
From some of the research that I have done it is suggested that the issue may require a modification to the rssrvpolicy.config file to identify the DLL within a <CodeGroup></CodeGroup> entry, however, I'm not exactly sure how this should be generated or edited. In addition, there is a PublicKeyBlob setting and I'm not sure how that should be set.
I would appreciate if anyone can point me in the right direction so that I can resolve this issue.
Thank You.