alanjuden / MvcReportViewer

Custom Report Viewer control to replace MS Report Viewer on MVC projects (also works on .NET Core as a Report Viewer).
MIT License
173 stars 109 forks source link

Invalid Path Segment #89

Open HoecusPocus opened 5 years ago

HoecusPocus commented 5 years ago

Hi there,

I'm using this library in a .Net Core MVC app. I can see the report page loading, with the various dropdowns and "Report Loading" at the bottom. However, I get a 500, and on closer inspection, during the ReportServiceHelpers.GetReportParameters (where it calls service.GetReportParametersAsync) I get the following error:

The path of the item '@Model.ReportPath' 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. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: The path of the item '@Model.ReportPath' 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.

Have I missed something?

HoecusPocus commented 5 years ago

Bump..?

JagdishpWinjit commented 1 year ago

Hi there, I am also getting same error. Any luck on your side. Any help on this is highly appreciated.

Thank You