SSRS SDK
I've developed a custom data extension (with reference to Microsoft.ReportingServices.Interfaces.dll) but would like to incorporate the VS project into a nightly build that is on a machine where SSRS isn't installed.
What is the best way to make the required assemblies available to the build environment? Is there an SSRS SDK?
November 11th, 2010 2:07pm
Hi k.m,
We can copy the assemlies from the installed report server to the non-report server machine, and then register them into the Global Assemlies Cache(GAC) manually.
This will solve the issue you met.
Thanks,
Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
November 15th, 2010 2:15am