How to debug a report in ASP.NET / Webviewer
Posted: Tue Oct 21, 2014 6:59 pm
I know you can save a report file as a .CS and import it into your project.
However, when the report.cs is added to an ASP.NET application, it has references to Windows Forms.
I've got a report that throws an Object Reference Error when executed in a web viewer but is just fine if you run it in the windows form designer. So I need to step through to see where in the report it is crashing.
How can I debug a report that will be displayed in a web viewer
However, when the report.cs is added to an ASP.NET application, it has references to Windows Forms.
I've got a report that throws an Object Reference Error when executed in a web viewer but is just fine if you run it in the windows form designer. So I need to step through to see where in the report it is crashing.
How can I debug a report that will be displayed in a web viewer