My dataset code keeps auto updating incorrectly everytime I make a change to it. It happens in MyDataSet.Designer.vb at every line of code that has the following statement:
The underlined portion gets updated everytime I make a change to the dataset. I think this happened after I renamed my project in Solution Explorer. Is there a file I can update to stop this behavior
I'm trying to avoid having to re-create the dataset. I have several queries referenced in my project to this dataset.