I've been having a strange problem recently when adding DataTables to my project using the designer. This is what I am doing:
1) Adding a new TableAdapter to a DataSet using the Designer, which creates a DataTable in my DataSet. The DataTable is based on a query.
2) Dragging a DataSet and a BindingSource from the toolbox onto my form.
3) "Trying to" select the DataTable added previously in the DataMember property of my BindingSource.
Step 3 is where the trouble lies. Unfortunately, my DataTable is not present, and if I try to type in the name manually, I get an error message saying "DataMember property 'DataTable1' cannot be found on the DataSource". It's really strange because this used to work only a couple of days ago, and all the DataTables that I created previously using the same method are still available as choices for the DataMember of the BindingSource.
Is there some way to refresh this list of DataMembers or something?
Any help would be greatly appreciated!
Steven