If I add a UltraGrid to my form, then I get this Error:Failed to create component 'UltraGrid'. The error message follows: 'Failed to compare two elements in the array.'
My environment:
Windows XP Pro SP3, Visual Studio 2008 Pro SP1, NetAdvantage 2008.2
Thanks for help.
I haven't seen this error before. Does your project or solution happen to be referencing multiple versions of NetAdvantage, even if you had loaded one version and replaced the references without closing Visual Studio?
-Matt
I have only the version 2008.2 installed and I have this problem only with the UtraGrid.
http://www.youtube.com/watch?v=LtoY2pRQ-Mw
This sounds to me like a reference problem - like something in the project, machine, or toolbox is references multiple versions of the grid assembly.
I recommend that you delete the toolbox item from the grid and then add a new one and see if that helps. If not, you may want to check the GAC and see what versions of the Infragistics Assemblies you have there and check for duplicates with the same major version (8.2) but different minor versions.
I have the same problem. I don't think it is version specific, as I get this problem with all the versions. 8.2, 9.1, 92.
I can work with buttons, text boxes etc. but have problem only with controls like UltraGrid, ultraCombo.
Have uninstalled the contols, removed any assemblies from GAC, there nothing in Registry related to Infragistics. Did a clean install of 9.2, create a simple project, and still get this error will adding a UltraCombo.
Thanks
Naveen