VB.NET known bug?

  • Thread starter Thread starter graham
  • Start date Start date
G

graham

Hi there,

Anyone know if this is known bug...


In the IDE I generate a dataset from a dataadaptor. with two tables in the
dataset.

The IDE shows the dataset in the project at the bottom and also shows the
..xsd file in the project explorer.

Now, I want to add a relationship between the 2 tables which is a compound
key constrint. I create my constraint, OK it and BANG! I lose my dataset at
the bottom of the project - the .xsd remains in the project exlporer... and
of course.. as a knock-on effect I get several build errors where I am
referencing the now missing dataset in code....

Any ideas or confirmation that this is a bug?

Thanks,
Graham
 
Actually, more info for the bug details....

I have in fact lost ALL of my defined datasets in the project window..

It seems the only way I can recover from this issue is to manually remove
the references in the windows-generated code before recreating them..

Thanks,
Graham
 
Hi Graham,

Did you rename maybe something outside the IDE.

To see everything better you can set in your solluction explorer in the top
show all files.

Often than you see than the problem. By instance 2 xsd files or something.

I hope this helps?

Cor
 
Back
Top