I\'v got a combobox that I created as a user control(it\'s actually made up of a label, combobox and textbox). I\'m trying to bind a dataset to the combobox datasource, but
I had the same issue and found a solution that may not apply to your problem, but might be helpful for others:
A property marked with the [Browsable(false)]-Attribute will also cause this exception when trying to bind to it.
[Browsable(false)]