Hi,
I'm using Infragistics v8.3 with vs2008 and my problem is: When I put an UltraChart to a TabPage in our code and start the application the following exception is coming up:
System.ArgumentException:
Message="IGWinTooltip kann nicht zu TabControl hinzugefügt werden. Nur TabPages können direkt zu TabControls hinzugefügt werden."
(Translation: "IGWinTooltip cannot be added to TabControl. Only TabPages can be added to TabControls.")
Source="System.Windows.Forms"
StackTrace: bei System.Windows.Forms.TabControl.ControlCollection.Add(Control value) bei Infragistics.Win.UltraWinChart.IGWinTooltip.AddToControlsCollection(Control controlToAttachTo) bei Infragistics.Win.UltraWinChart.IGWinTooltip.Attach(Control chartControl) bei Infragistics.Win.UltraWinChart.UltraChart.OnLoad(EventArgs e) bei System.Windows.Forms.UserControl.OnCreateControl() bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) bei System.Windows.Forms.Control.CreateControl() bei System.Windows.Forms.Control.SetVisibleCore(Boolean value) bei System.Windows.Forms.SplitterPanel.set_Visible(Boolean value) bei System.Windows.Forms.SplitContainer.CollapsePanel(SplitterPanel p, Boolean collapsing) bei System.Windows.Forms.SplitContainer.set_Panel2Collapsed(Boolean value)
How could i fix this issue?
yes, according to our tests. the latest service release for 8.3 should fix the issue as well.
Graham Wade said: I have for the first time added a chart to a split container and am getting the "Collection is Read Only" error. Version 9.1.20091.1000. I
I have for the first time added a chart to a split container and am getting the "Collection is Read Only" error. Version 9.1.20091.1000.
I
I have this exact issue. Version 8.3.20083.2039.
Does 20091.2050 definitely fix this issue?
there should be a Service Release available on that page for version 9.1.20091.2029.
Is this corrected in the latest version and how do I get it (latest version on my download page is 9.1.20091.1015)?
I opened Infragistics2.Win.UltraWinChart.v9.1, Version=9.1.20091.2012 in .NET Reflector and checked the IGWinTooltip.AddToControlsCollection method to be sure. the Controls.Add method should not be called at design time in this version of the dll. are you sure you're using the correct version? try attaching a debugger to that instance of visual studio and checking the modules window to see what version of the chart dll is loaded at design time.