Problem with DataWizard

Keroleen

Active member
Joined
Sep 15, 2003
Messages
36
I am using the DataWizard to make a frontend form that pulls data from an ACCESS database.

However after I go through the DataWizard to make my OleDBConnection, OleDBDataAdapter and DataSet, I get this following error:

Type Timesheet.dsEmployee is not defined.


** Timesheet is the name of the solution. dsEmployee is the name of my dataset.


Now I also have a test solution. When I do this same procedure there, I have no problems and this method works.


I do know that VB.net automatically generates the code for this and I am not sure what exactly have I not defined?

Any help is greatly appreciated.
 
I havent used the wizard so I wont be much help there, but I do recommend that you pickup on how to the the above using mostly code. There are plenty of tutorials out there... asp.net, gotdotnet.com, msdn.microsoft.com etc...
 
Back
Top