Can't see it no where in the solution explorer..the tutorial that I am following is using the NorthWind DB and hence need to add the code line "using NorthWindTableAdatpter;" statement.
So I thought I need to add "using myDBTableAdapters" statement in my code which I did but it's giving an error saying:
"The type or namespace name 'myDbTableAdapters' could not be found (are you missing a using directive or an assembly reference?)"
What's wrong? Where is the class for myDB's table adapter? I searched the .xsd file but there's no mention of "myDBTableAdapters". It's not there in the solution explorer
Help?