|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, June 24, 2009 12:48 PM
Points: 394,
Visits: 197
|
|
I have some reports created with VS .Net 2003. The reports are running on a SQL RS 2000 server. Now I have VS 2005. When I tried to open the reports in VS 2005 it informed me that its going to update the reports. If VS 2005 updated the reports, would the reports be broken when they run on the SQL RS 2000 server? Is there anything I should be aware of? Thanks.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, June 17, 2009 4:23 PM
Points: 121,
Visits: 3
|
|
YES... you get an error from the ReportServer itself stating it is the wrong version number...
Moe C
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, June 24, 2009 12:48 PM
Points: 394,
Visits: 197
|
|
I ran into this error but didn't have time to go back. What do I need to do when upgrading to SQL 2005 is not possible at this time? Keep using VS .NET 2003? Thanks.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 10:18 PM
Points: 1,262,
Visits: 1,575
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, June 24, 2009 12:48 PM
Points: 394,
Visits: 197
|
|
Thanks. I will give it a try.
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 10:18 PM
Points: 1,262,
Visits: 1,575
|
|
OOPS, I had my namespaces reversed...but I'm sure you caught that.
~Why push the envelope when you can just open it?
Jason Selburg
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, June 24, 2009 12:48 PM
Points: 394,
Visits: 197
|
|
I haven't tried but thanks.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, June 24, 2009 12:48 PM
Points: 394,
Visits: 197
|
|
Jason, When I upload a report saved in VS 2005 to a SQL 2000 RS server, I got 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) . Is there a way to go around or VS 2003 is the only choice to edit the report? Thanks
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: 2 days ago @ 10:18 PM
Points: 1,262,
Visits: 1,575
|
|
Did you edit the RDL in notepad and change the xmlns="" entry, and then upload through ReportManager?
This should work, I've done it many times.
You can't "Deploy" them from VS.
~Why push the envelope when you can just open it?
Jason Selburg
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, June 17, 2009 4:23 PM
Points: 121,
Visits: 3
|
|
VS 2003 is the only choice to edit the report ... i would stick with that...
Moe C
|
|
|
|