In the load of a form I’ve setup the UltraCombo control:
With UltraCombo1
.DataSource = PolhBindingSource
.DisplayMember = "DateEffective"
.ValueMember = "PolhID"
.DataBindings.Add("Value", PolhBindingSource, "PolhID", False, DataSourceUpdateMode.Never)
End With
When I change PolhBindingSource.Datasource to another collection of objects, that action causes Infragistics to throw the following exception:
No symbols are loaded for any call stack frame. The source code cannot be displayed.
…
I realize this may not be enough info to help solve my problem but I'm not sure how to proceed. Can you give me any tips on how to figure out what the problem is?
Hi,
I'm pretty sure this is a known bug. It may already be fixed in the latest Hot Fix. If not, you should contact Infragistics Developer Support to get on the list for the private hot fix.
Submit a Support Issue
Where can I get that hotfix...I have the same bug.
Yes the lastest public hot fix corrected it. Thanks.