First, I'm not sure this is the best forum for this question, so I apologize if it is not.
I have an existing dataset with a functioning tableadapter. I added a new column to the database table and now want that column exposed in the dataset and its tableadapter. As soon as I add the column to the dataset, click Finish, and Save the changes, I get an error "SampleTableAdapter" is not a member of "...dsSampleTableAdapters.TableAdapterManager". I can preview data successfully. I've compared Properties to other datasets where I am not having this issue but cannot find anything incorrect (as far as I know, as I have limited experience in this area). One thing I noticed is the dataset is generated from four tables using inner and outer joins. Just a hunch, but could this be causing an issue. Thanks in advance for any feedback.
I have an existing dataset with a functioning tableadapter. I added a new column to the database table and now want that column exposed in the dataset and its tableadapter. As soon as I add the column to the dataset, click Finish, and Save the changes, I get an error "SampleTableAdapter" is not a member of "...dsSampleTableAdapters.TableAdapterManager". I can preview data successfully. I've compared Properties to other datasets where I am not having this issue but cannot find anything incorrect (as far as I know, as I have limited experience in this area). One thing I noticed is the dataset is generated from four tables using inner and outer joins. Just a hunch, but could this be causing an issue. Thanks in advance for any feedback.