Localization of SSRS Reports
I used the following tutorial: http://www.codeproject.com/KB/reporting-services/SSRSReportLocalized.aspx for localization with the SSRS Reports that I am currently working on. At the end of the tutorial, it states to copy the assembly file to the following two locations: Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies & Program Files\Microsoft SQL Server\MSSQL.3\Reporting I am using Visual Studio 2008 & Microsoft SQL Server 2008, and there is no MSSQL.3 folder on my Windows XP machine. Where is the alternative location where I can copy the assembly file that I have created? I currently receive the following error message when trying to run the report without the assembly file in the MSSQL.3 folder: An error occurred during local report processing. The definition of the report 'Test Report' is invalid. Error while loading code module: 'SSRS.ResourcesEX, Version=1.0.0.3, Culture=neutral, PublicKeyToken=7ca0a9683eac85b7' Details: Could not load file or assembly 'SSRS.ResourcesEX, Version=1.0.0.3, Culture=neutral, PublicKeyToken=7ca0a9683eac85b7' or one of its dependencies. The system cannot find the file specified. Help on this would be very much appreciated. Sorry for posting this question twice, I wanted the thread to get answered, and I thought I'd have a better chance at it being read if it showed up as an unanswered question in the forum... Thanks, Joe
October 25th, 2010 4:59pm

Hi Where is the alternative location where I can copy the assembly file that I have created? Answer: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer Thanks M.MahendraPlease click the 'Mark as Answer' button if my Reply helped you to solve your problem! Thanks M.Mahendra
Free Windows Admin Tool Kit Click here and download it now
October 26th, 2010 1:38am

Thanks for the alternative location where I can copy the assembly file that I have created. However, I still receive the following error message: An error occurred during local report processing. The definition of the report 'Test Report' is invalid. Error while loading code module: 'SSRS.ResourcesEX, Version=1.0.0.3, Culture=neutral, PublicKeyToken=7ca0a9683eac85b7' Details: Could not load file or assembly 'SSRS.ResourcesEX, Version=1.0.0.3, Culture=neutral, PublicKeyToken=7ca0a9683eac85b7' or one of its dependencies. The system cannot find the file specified.
October 26th, 2010 1:07pm

You need to add the custom assembly name in the code group file both in client (when running the report in client) and server(after you deploy the report to a report server).Have a look at this link : http://social.msdn.microsoft.com/forums/en-us/sqlreportingservices/thread/32EA1966-95E9-4C6E-B053-46CFE0DCCF1B
Free Windows Admin Tool Kit Click here and download it now
October 26th, 2010 2:13pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics