In order to compile an RDLC that uses a custom assembly, the assembly should be in the %PROGRAMFILES%\Visual Studio 8\Common7\IDE\PublicAssemblies or PrivateAssemblies folder.

To diagnose assembly loading problems, you can use the Fusion log viewer tool (fuslogvw.exe). 

 

Using Custom Code References in Expressions (Reporting Services)

http://msdn.microsoft.com/en-us/library/ms155798.aspx

 

Custom Assembly in Reporting Services

http://www.c-sharpcorner.com/UploadFile/balajiintel/CustomAssemblyinRS06302005081435AM/CustomAssemblyinRS.aspx

 

How to use Custom Assemblies with Reports

http://jachman.wordpress.com/2007/12/19/how-to-use-custom-assemblies-with-reports/

 Adding custom code to Local Reports in Visual Studio.NET 2005 (Problems & Solutions)

http://blogs.msdn.com/mosharaf/archive/2005/12/20/LocalReportCustomCode.aspx

Cmd copy custom assembly to the folder

copy “$(TargetPath)” “$(DevEnvDir)PrivateAssemblies”
copy “$(TargetPath)” “$(DevEnvDir)PublicAssemblies”

Leave a Reply