Saturday, February 25, 2012

Reporting Services Data Extension - Missing Microsoft.ReportingServices

Hi All,

I am trying to run an existing ReportingServices.DataExtension project. However, the required namespace "microsoft.reportingservices" doesn't seem to be available.
I thought that the required VS 2005 components and libraries would be installed as part of SQL Server 2005, but they don't seem to be there...

Any ideas on what I am missing?

Running VS 2005 on Windows XP SP2

We also have SqlServer 2005 Developer edition.

Thanks

It sounds like you didn't add a reference to Microsoft.ReportingServices.Interfaces.dll to your custom data extension project - that's why the namespace can't be found.

See also: http://msdn2.microsoft.com/en-us/library/ms153959.aspx

-- Robert

No comments:

Post a Comment