I've got a project with a Typed Dataset. The dataset consists of
several tables. Every time I attempt to go into the dataset to adjust a
table, like adding a new column that was added to the DB, I lose the
dataset's icon in the designer and when I look in the project code the
line of code where it get's dim'd is missing. I then have to go through
a convoluted mess of tweaking to get the dataset back into the project.
The XSD & dataset designer always stay intact, but I lose the Dataset
from the project it was being used in.
This is a VB.NET project in VS.NET 2003.
I've had this happen in another project as well. So, I have to assume
its a known bug, but I haven't been able to find any refrence to it on
MSDN or Google. Any help on how to circumvent this issue would be
greatly appreciated. I lose several hours everytime I have to modify
the dataset... and when I have to modify the dataset again I've
forgotten what the heck it was I did to get it working again the
previous time!