Hi,

I don't understand why this is throwing an ArgumentException when I try to bind the IList?

IList<Portfolio> list = PortfolioManager.Portfolios.List.Values;
toolStripComboBoxPortfolios.ComboBox.DataSource = list;

Thanks,

Tom