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?
Thank you for the solution - I had the same problem and the hotfix resolved it. However, since getting the ultracombo functioning under this scenario, another issue has developed. If the UltraCombo1.DropDownStype = DropDownList and I update the DataSource, the UltraCombo1.Value gets set to nothing, even though it had a value before the update of the DataSource. However, If the UltraCombo1.DropDownStyle = DropDown, then there is no problem with UltraComb1.Value. Anyone else experienceing this?
www.Infragistics.com"View My"Key & Downloads"NetAdvantage" TabClick on NetAdvantage for .Net 2007 Vol. 3and then the grey Hot Fixes squareNetAdvantage for Windows Forms 2007 Vol. 3 Hotfix...
Where can I get that hotfix...I have the same bug.
Yes the lastest public hot fix corrected it. Thanks.
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