I'm sure this must be an easy fix, but I haven't been able to see my error. This code worked previously. I'm currently using VS 2019. I'm receiving an error that my tableadapter is not defined.
Dim mbtAdapter As New DataSet1TableAdapters.amongthehiddenTableAdapter
Dim mbtDataTable As DataSet1.amongthehiddenDataTable = Nothing
mbtDataTable = mbtAdapter.GetDataByQuestion(question)
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: BC30002: Type 'DataSet1TableAdapters.amongthehiddenTableAdapter' is not defined.
Any suggestions greatly appreciated!
--- update 7/31/20 --- Expanded dataset
Look for the presence of this in your Solution Explorer:
Single click it and check your properties window looks like this:
Double click it and look for something like this:
If you got to here, let me know and I'll suggest some more stuff