How to debug a report in ASP.NET / Webviewer

Stimulsoft Reports.WEB discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

How to debug a report in ASP.NET / Webviewer

Post by fuhrj »

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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to debug a report in ASP.NET / Webviewer

Post by HighAley »

Hello.

You could just remove the using System.Windows.Forms; line from cs file.

Thank you.
Post Reply