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?
NetAdvantage 2005 Volume 2 wasn't updated for use with Visual Studio 2005. Though most of the problems I've personally seen have been design-time issues, it's possible that you may be hitting a simple runtime incompatibility between this version of the tooset and version 2.0 of the .NET Framework.
Does the same problem occur in later versions of the toolset? I suggest that you download a trial version of NetAdvantage Win Client 2008 Volume 3 to test there.
I now have infragistics NetAdvantage 2005 volume 3 installed. I upgraded the VB.net project with the project upgrade utility which indicated the upgrade as successful with no errors.
But when I run the program and attempt to open the form that holds the UltraChart, the application closes again. It does not allow me to step in the code to find out where it fails. Although I did notice that it fails when trying to initialize the component.
In Visual Studio 2003 the version for Ultrachart was: Infragistics.Win.UltraWinChart.v4.1.dll. The ugradeed project references Infragistics2.Win.UltraWinChart.v5.3.dll
Thanks