VB Express 2005 Dataset Problems
Hey, All!
I've been trying to do a project now for sometime in VB Express 2005 that relies heavily on a SQL Server database and keep running into problems with my dataset.
I'll be running along fine and, all of a sudden, my dataset will disappear from my project. The database is still there in the Database Explorer pane, with all created tables and diagrams, etc. But, my dataset has completely disappeared from the project and, therefore, I am unable to load my forms into the Designer windows.
I have restarted VB and, sometimes, the dataset returns. However, this time, the dataset did not return with the project when I started up VB. The weird part is that my forms loaded into the Designer windows without errors. So, I added the dataset again and now have LOEDataSet and LOEDataSet1, which are exactly the same. How do I remove LOEDataSet1 from my project, as it is causing 102 compiler errors due to multiple definitions of the same procedures? This is really starting to get frustrating.
I've been programming in VB since VB 3.0 and always had to hand-code my database access and thought that having the IDE do all of the "hard work" would be a nice thing, but I'm really considering moving back to VB 6.0 and doing it all by hand again.
Any help is greatly appreciated. Thanks in advance.
Cheers,
Sean Carrick

