Greetings, I created a report which uses custom library created by me. I've copied these libraries to the following folders:
c:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin\
c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\
Everything works fine when I run the report using on development environment using Visual Studio. When I install it on Production Server (where these dlls were also copied) the following error is returned:
Failed to load expression host assembly. Details: The type initializer for 'MyParserForReportingServices.MyParser' threw an exception. (rsErrorLoadingExprHostAssembly) Can someone please help me?