Any idea what causes a System.InvalidOperationException with the message:
The resource ADP_ConnectionRequired_Fill was not found in System.Data
When in generated data set code the Fill is called:
myDBDataSet.client_case_planDataTable dataTable = new myDBDataSet.clientDataTable();
this.Adapter.Fill(dataTable);
Thanks
The resource ADP_ConnectionRequired_Fill was not found in System.Data
When in generated data set code the Fill is called:
myDBDataSet.client_case_planDataTable dataTable = new myDBDataSet.clientDataTable();
this.Adapter.Fill(dataTable);
Thanks