For some reason I’m getting an error that basically states that it can’t find my DataSet in my project when clearly it is there. I’ve attached a screenshot, notice the red squares that I’ve drawn on the screenshot. My datasource is there, my database is there, but still getting error in code.

Getting really frustrating!!
Is there something that I’m missing here??
Just because your dataset is in your project does not mean you can reference it in your class. You need to create an instance of the dataset in your class.
EDIT: typo in my original post, if you just copy/pasted it before, try it now.