Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I developed RDL using SSRS 2008 and when I deploy the reports on SSRS 2005 running server, I resulted "The report definition is not valid. Details: The report definition has an invalid target namespace 'http:/schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded." Error.

Any idea how can I deploy my reports without recreating the reports on SSRS 2005.

share|improve this question

1 Answer

up vote 4 down vote accepted

There are significant differences between SSRS 2008 and SSRS 2005. I don't think there is any easy way to deploy a 2008 .rdl to 2005.

There were some hacks that would let you deploy a 2005 .rdl to a SSRS 2000 server; but the differences in those formats were minor.

SSRS 2008 started using the tablix control for tables, lists and matrixes. These controls were different types in SSRS 2005.

Sorry for the bad news, but I think you will need to rebuild the report in 2005 or deploy to a 2008 server.

See Converting SQL2008 RDL file to SQL2005

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.