I seem to have run into a strange error. I have bound a combobox to a database view. Whenever I call the Fill method on this view to refresh the content I get the following first chance exception:

A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in System.Windows.Forms.dll

Any ideas? Making a quick change to bind to a table and not a view and the exception goes away.

Thanks, Nick