Hello Steve,
finally I was able to catch the exception by handling the AppDomain.FirstChanceException-Event
Unfortunatly it didn't help much...
Here is the StackTrace:
System.FormatException: Input string was not in a correct format.
at System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at Telerik.Reporting.Processing.TextItemBase.FormatValue(Object value)
at Telerik.Reporting.Processing.TextBox.get_Text()
at Telerik.Reporting.Processing.TextBoxUtil.GetNormalizedText(ITextContainer textContainer)
at Telerik.Reporting.Processing.TextBoxUtil.MeasureTextContainer(ITextContainer textContainer, Graphics graphics)
at Telerik.Reporting.Processing.TextBox.Measure(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.Table.Measure(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.ProcessingElement.Measure(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.ReportSectionBase.Measure(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.ProcessingElement.MeasureElement(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.Group.MeasureElement(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.Report.MeasureElement(MeasureDirection dir, Graphics graphics)
at Telerik.Reporting.Processing.Report.MeasureElement(ProcessingElement elementToMeasure)
at Telerik.Reporting.Processing.Report.OnItemProcessed()
at Telerik.Reporting.Processing.ReportItemBase.Process(DataMember data)
at Telerik.Reporting.Processing.Report.Process(DataMember data, DataItemState state, Boolean interactivityEnabled, Boolean documentMapEnabled)
at Telerik.Reporting.Processing.ReportProcessor.ProcessReport(IReportDocument reportDocument, IDictionary processingContext)
at Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, IReportDocument reportDocument, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback)
at Telerik.ReportViewer.WinForms.RenderingThread.ThreadFunc(Object o)
The output windows shows many other entries, but nothing related to this exception.
I tried to attach it, but no txt-Files are allowed an its too big to post in the thread.
I do not know how to investigate this any further, so I would be thankfull for any hints or leads.
thx
Lukas