I have created one custom assembly and this assembly uses a third party assembly. I have deployed a custom assembly in my local machine. But now, what should I do to deploy the
You need to copy that assemblies to production server into
Microsoft SQL Server\MSSRS\Reporting Services\ReportServer\bin
folder.
Then back to ReportServer folder and open rssrvpolicy.config
file to grant FullTrust permission to CodeGroup
with name Report_Expressions_Default_Permissions
and CodeGroup
with class name FirstMatchCodeGroup
.