I have Visual Studio 2005 and Reporting Services 2005 on my client development machine.
I want to publish the reports to an SQL Server 2000 with Reporting Services 2000 server, is this possible?
I get the following error message:
The report definition is not valid. Please verify that the report definition uses the current report definition namespace (i.e. ‘http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportdefinition’). (rsNotACurrentReportDefinition) Get Online Help
Thanks.
Bruce
Unfortunately, you will not be able to use the 2005 report designer to publish directly to a 2000 report server. This is due to the fact that the RDL's (Report Definitions) created are different between Report Server versions. You can however use the 2000 report designer to publish to a 2005 server, as it support auto-upgrade of the reports.
Thanks, Jon
No comments:
Post a Comment