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 report and those assemblies in the production environment. Is there any automated/wizard process available?
I have created one custom assembly and this assembly uses a third party assembly.
Share
You need to copy that assemblies to production server into
Microsoft SQL Server\MSSRS\Reporting Services\ReportServer\binfolder.Then back to ReportServer folder and open
rssrvpolicy.configfile to grant FullTrust permission toCodeGroupwith nameReport_Expressions_Default_PermissionsandCodeGroupwith class nameFirstMatchCodeGroup.