'DatabaseDataSet1' is not a member of 'WindowsApplication1.Login.Acct'
I'm getting the error above. I just replaced a separate login window with a user control ("LoginAcct"), which is added into a ContextMenuStrip in my main form, that way I just have to login on the main form rather than having 2 separate windows.
However, I can't remember how or if I resolved this error with my original login form. I'm also getting the same errors with its related variables ((UsersTableAdapter, UsersBindingSource, TableAdapterManager). Does anybody know how I can make my user control ("LoginAcct") recognize DatabaseDataSet1 along with its other variables? Thanks for your help in advance.
I'm getting the error above. I just replaced a separate login window with a user control ("LoginAcct"), which is added into a ContextMenuStrip in my main form, that way I just have to login on the main form rather than having 2 separate windows.
However, I can't remember how or if I resolved this error with my original login form. I'm also getting the same errors with its related variables ((UsersTableAdapter, UsersBindingSource, TableAdapterManager). Does anybody know how I can make my user control ("LoginAcct") recognize DatabaseDataSet1 along with its other variables? Thanks for your help in advance.