Skip to Content
0
Former Member
Jun 27, 2014 at 08:09 AM

Crystal Reports SP9 Memory and CPU issue

35 Views

Hi,

We are using the latest version of CR (13.0.9) within our software product to render reports and are having a number of errors raised within our production environments relating to report rendering.

our product is ASP.NET Web Forms and WCF-based using .NET 4.5 and Visual Studio 2013.

We are generating the reports using the ReportDocument object

1. "Error Creating Window Handle"

Error creating window handle.<br> at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp) at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.ToolStripDropDown.CreateHandle() at System.Windows.Forms.Control.get_Handle() at System.Windows.Forms.Control.PointToScreen(Point p) at System.Windows.Forms.ToolStripItem.TranslatePoint(Point fromPoint_ ToolStripPointType fromPointType_ ToolStripPointType toPointType) at System.Windows.Forms.ToolStripDropDownItem.DropDownDirectionToDropDownBounds(ToolStripDropDownDirection dropDownDirection_ Rectangle dropDownBounds) at System.Windows.Forms.ToolStripDropDownItem.GetDropDownBounds(ToolStripDropDownDirection dropDownDirection) at System.Windows.Forms.ToolStripDropDownItem.get_DropDownDirection() at System.Windows.Forms.ToolStripDropDownItem.get_DropDownLocation() at System.Windows.Forms.ToolStripDropDown.GetDropDownBounds(Rectangle suggestedBounds) at System.Windows.Forms.ToolStripDropDown.SetBoundsCore(Int32 x_ Int32 y_ Int32 width_ Int32 height_ BoundsSpecified specified) at System.Windows.Forms.Control.SetBounds(Int32 x_ Int32 y_ Int32 width_ Int32 height_ BoundsSpecified specified) at System.Windows.Forms.Control.set_Size(Size value) at System.Windows.Forms.ToolStripDropDown.OnLayout(LayoutEventArgs e) at System.Windows.Forms.ToolStripDropDownMenu.OnLayout(LayoutEventArgs e) at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args