I’ve narrowed it down to the configuration that causes the error. Setting Sorted = True under StrataFrame Item Population for an Infragistics UltraComboEditor will cause an exception when you click on the control to display the drop down list. It should be easy to reproduce.
-Larry
That’s it. The project compiles with no errors but when I click on an ultra combo editor control I get the null exception. Closing the exception window causes another null exception to be displayed (one for each UCE on the form). Simply re-configuring the existing UCE doesn’t work. The control must be deleted, re-added to the form, and configured for it to work.
On a related topic, I noticed that the Infragistics controls still default to IgnoreManagedReadOnlyState = True which is just the opposite of the SF controls.
After upgrading a project from SF v1.5x to v1.6 I’m having problems with the Infragistics controls. I have Net Advantage 2006 vol 3 installed on the system and have added the references to the updated DLLs to the project reference list. Everything compiles OK but I’m getting an error when I try to access a Infragistics control. If I delete then re-add the control it works okay.