DataSets gets missing

  • Thread starter Thread starter Guest
  • Start date Start date
What do you mean by "gets missing"? How are you creating the Dataset? Can
you provide sample code?

BB
 
* "=?Utf-8?B?QmVsZWU=?= said:
I develop in VB.NET and the dataset that I create gets missing.

How do you create the dataset?

When does it "get missing"?

Does the dataset you placed on the form disappear when re-opening the
form?
 
Yes. I use the data adapter wizard then would generate the dataset. If I make modification in the code or on the form not even relating to the data set, it gets removed from the form aftere switching between form and code editor. A friend of mine ask me to delete the bin and obj folders. This works but temporarily. And strangely, the name of the project "Payroll" would be added to the dataset name for instance, the dataset is called DsDepartment, it turns to be "Payroll.DsDepartment", I would then have to remove the Payroll manually.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top