The full path must be less than 260 characters long; other restrictions apply
I am going to connect report server and load reportviewer control in webpage but i am getting errro. The path of the item 'ProjectTracker/Project' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath) Here is my code. ReportViewer1.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote; ReportViewer1.ServerReport.ReportServerUrl = new Uri("http://inggn1edl3afl5x:8080/ReportServer"); ReportViewer1.ServerReport.ReportPath = "ProjectTracker/Project"; ReportViewer1.ServerReport.Refresh(); Can anyone help me out how to resolve this problem.? Thanks John
July 8th, 2010 7:10am

Try below ReportViewer1.ServerReport.ReportPath = @"/ProjectTracker/Project";Nanda - Misys Software Solutions,Bangalore
Free Windows Admin Tool Kit Click here and download it now
July 8th, 2010 8:28am

The path of the item 'ProjectTracker/Project' is not valid. The full path must be less than 260 characters long; other restrictions apply. If the report server is in native mode, the path must start with slash. (rsInvalidItemPath) The error meesgae actually told you the anwser. Have fun with Reporting Service
July 8th, 2010 12:11pm

This error will also present if there ends up being a slash at the end of the path as well don't end the path with "/".
Free Windows Admin Tool Kit Click here and download it now
February 27th, 2012 3:50pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics