dataset not defined
-
I am working in a project I created in vs.net. Everytime I generated a dataset from a dataadapter and then try to build and compile, I get errors for the respective dataset not being defined. // webviewHome being the name of my project // these errors show up in the Initialize_component method Me.Test11 = New webviewHome.test1 // generated dataset and renamed Me.DataSet11 = New webviewHome.DataSet1 //generated dataset and left default name //these errors who up below that in these declarations Protected WithEvents Test11 As webviewHome.test1 Protected WithEvents DataSet11 As webviewHome.DataSet1 If I start a new project and throw the same dataadapter in there and generate a dataset using all default names, it will work fine. So I am wondering where I have changed some name or something that is causing my project to always have these dataset not defined errors??? Please help! Thank you michael "Nothing is at last sacred, but the integrity of your own mind." "What lies behind us and what lies before us are nothing compared to what lies within us." - Ralph Waldo Emerson