Page 1 of 1

unhandled error calling WebDesigner.Design

Posted: Tue Nov 03, 2009 7:39 am
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]

unhandled error calling WebDesigner.Design

Posted: Wed Nov 04, 2009 1:09 am
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.

unhandled error calling WebDesigner.Design

Posted: Wed Nov 04, 2009 7:30 am
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.

unhandled error calling WebDesigner.Design

Posted: Wed Nov 04, 2009 8:29 am
by Edward
Hi Lynn,

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

Thank you.