Exception during page.GetThumbnail()

Stimulsoft Reports.NET discussion
Post Reply
ngaheer
Posts: 44
Joined: Sat Jul 22, 2006 1:12 am
Location: San Jose

Exception during page.GetThumbnail()

Post by ngaheer »

Hi there,

We are running into an error when we try to make page.getThumbnail() call. This is purely intermittent and does not happen always. We are using version 2007.2.0.0 of your product. Here is the exception stack trace: -

at Stimulsoft.Report.Components.StiText.GetMarkerFieldResult()
at Stimulsoft.Report.Components.StiText.PaintMarkerFields(Graphics g, RectangleD rect)
at Stimulsoft.Report.Components.StiText.Paint(StiPaintEventArgs e)
at Stimulsoft.Report.Components.StiContainer.PaintComponents(StiPaintEventArgs e)
at Stimulsoft.Report.Components.StiPage.Paint(StiPaintEventArgs e)
at Stimulsoft.Report.Components.StiComponent.GetThumbnail(Int32 width, Int32 height)
at SDP.Base.QueryBuilder.ReportExecuter.ExecuteReport(Report report, String querySql, DataSet dataSet)
at SDP.Win.QueryBuilder.RunReport.HandlePreviewReport(Report execReport, String sql)
at SDP.Win.QueryBuilder.RunReport.ExecuteReport(Object report)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)

I can send you the report if you want. So please let me know.

Thanks.
Narinder.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Exception during page.GetThumbnail()

Post by Vital »

We make some changes in our code to prevent potential errors. Please check build from 21 May. If this build does not help then send your report, and code which you are use to call this method to support.

Thank you.
Post Reply