unhandled error calling WebDesigner.Design

Stimulsoft Reports.WEB discussion
Post Reply
Lynn
Posts: 42
Joined: Tue Oct 06, 2009 9:58 am
Location: United States

unhandled error calling WebDesigner.Design

Post by Lynn »

With the latest prerelease I am seeing the following error in visual studio when opening a designer window. The designer does load up fine.

Server cannot clear headers after HTTP headers have been sent.
at System.Web.HttpResponse.ClearHeaders()
at Stimulsoft.Report.Web.StiWebDesigner.ResponseBuffer(Byte[] buffer, String contentType, Int32 cacheTimeout, String fileName)
at Stimulsoft.Report.Web.StiWebDesigner.ResponseBuffer(Byte[] buffer, String contentType)
at Stimulsoft.Report.Web.StiWebDesigner.Design(StiReport designReport)
[internal stuff removed]
Andrew
Posts: 4107
Joined: Fri Jun 09, 2006 3:58 am

unhandled error calling WebDesigner.Design

Post by Andrew »

Hello,

We were unable to reproduce the error. What version of Visual Studio do you use? Does the following error occur on the empty project, where only WebDesigner is put?

Thank you.
Lynn
Posts: 42
Joined: Tue Oct 06, 2009 9:58 am
Location: United States

unhandled error calling WebDesigner.Design

Post by Lynn »

I resolved this on our end.

In our page_load we were checking the querystring parameter stimulsoft_webdesigner before running our initial code but the real value was stimulsoft_designerfx, so our call to .Design was being made twice.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

unhandled error calling WebDesigner.Design

Post by Edward »

Hi Lynn,

Thank you for your feedback, please let us know if we can help you any further.

Thank you.
Post Reply