DataSet Gets Missing

  • Thread starter Thread starter Belee
  • Start date Start date
B

Belee

I am developing in VS.NET environment using C# on Windows
Server 2003. The DataSet I used gets missing from the
tray. It give "Unspecified Error" and I cannot generate
or create new one in project anymore.

When I start a new project there is no problem. What is
happening?
 
Hi,

Two remedies:
a) eliminate *your* code from form's parameterless constructor as it gets
executed every time you open form in designer
b) delete bin and obj folders under the project
 
Hi Miha!
Thank you soooo much. It worked. I deleted the bin and
obj folders. Thanks a lot.

Belee
 
Back
Top