Where is my TableAdapters.cs?

  • Thread starter Thread starter dang57
  • Start date Start date
D

dang57

I've dragged a TableAdapter control to the DataSet designer window,
and created a <DataSet>.xsd, and its associated TableAdapter. All
documentation shows that I should then have a TableAdapters.cs in my
project, but it's not there. How do I get Visual Studio 2005 to
generate it?

I've gone through all the posts, tutorial and demos, but haven't found
the answer.

Thanks!
 
....or a Designer.cs file? Or anything related to the TableAdapters
namespace? Something is supposed to create that automatically, right?
 
Back
Top