|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, April 17, 2013 10:26 PM
Points: 16,
Visits: 61
|
|
I have a SSRS project which when i open on another computer does not take me to the design page rather shows me attch pic below, although this works perfectly on other computers
also gives me warning message: Warning 1 The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' which cannot be upgraded. 0 0
Any ideas ??? do i need to reinstall visual studio??

|
|
|
|
|
Say Hey Kid
      
Group: General Forum Members
Last Login: Today @ 7:06 AM
Points: 693,
Visits: 1,028
|
|
http://forums.asp.net/t/1758542.aspx/1
From the URL: VS 2008 only supports ReportViewer 2008, which only supports up to RDL 2005 Schema. The namespaces being declared in the reports you listed are using RDL 2008 and RDL 2010. Those are only compatibile with ReportViewer 2010 and above, and only VS 2010 has designer support for ReportViewer 2010, and RDL 2008+ schema.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, April 17, 2013 10:26 PM
Points: 16,
Visits: 61
|
|
|
|
|