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.
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.