Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Windows form with UltraWinChart.UltraChart closes Application
posted

The application I'm working on was originally coded in VB.net 2003. It was migrated to VS 2005 and since the infragistics controls have also been upgraded to NetAdvantage 2005 Volume 2.

The program compiles sucessfully, but when I run the program and attempt to open the form containing the UltraWinChart.UltraChart, it brings the application down.

The control UltraWinChart is placed in a UserControl which at run time is added to a UltraTabControl.

I created a new UserControl in a blank new windows application and added this dynamically at run time. This seems to work fine by itself in this application, but if I integrate this control in the original application, it still fails.

The references added are:

Infragistics.Win.v5.2

Infragistics.Win.UltraWinChart.v5.2

Infragistics.Shared.v5.2

Infragistics.Win.Misc.v5.2

Infragistics.Win.UltraWinTabControl.v5.2

and some more for addition controls.

The original application was referencing Infragistics.UltraChart.Core.v4.1.dll plus .Data and .Resources dll's and I don't see corresponding Dll's for v5.2.

Has anyone else ran into these problems? Any ideas on how to resolve this?