Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cjpsx
Starting Member
34 Posts |
Posted - 2006-05-23 : 16:37:33
|
I am getting the following error: 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 Is this error because I am bulding reports in VS2005 but the reporting server is 2003? If so, can this be fixed???Need sanity,cj |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-05-23 : 17:14:38
|
Yes that could be the problem. To correct it, you'll need to upgrade to Reporting Services 2005 or develop your reports on VS 2003.Tara Kizeraka tduggan |
 |
|
nonetosmart
Starting Member
1 Post |
Posted - 2007-03-28 : 12:03:50
|
I have a report that is created using VS 2003. It used to deploy without error on SQL Server 2000 Reporting Services with framework 1.1. I changed the reporting services to run under framework 2.0 and now the report cannot be deployed however the report subscriptions are working. Also if I try to open the report using "https://<host-name>/Reports/Pages/Folder.aspx" in browser I get 403 acess denied error. This is started happening after framework 2.0 change. Is it possible to use RS 2000 with framework 2.0? What are the changes needed to do this?--nonetosmart |
 |
|
|
|
|