Добрый день.
private void invoiceItemEditForm_Load(object sender, EventArgs e)
{
itemsBindingSource.Sort = "name ASC";
this.itemsTableAdapter.FillByWithProducerName(this.e926595l_skladDataSet.items);
invoiceItemComboBox.SelectedValue = itemID;
this.unitsTableAdapter.Fill(this.e926595l_skladDataSet.units);
unitscomboBox.SelectedValue = unitID;
}
После строчки
this.itemsTableAdapter.FillByWithProducerName(this.e926595l_skladDataSet.items);
код не выполняется. Ошибок не обнаружено. В чём может быть проблема?