I removed a dataset from a form , I removed the connection strings and all the table adapters etc , on returning to the form I cannot go into design view because in the designer.vb there are still references to the tableadapters , these should surely be removed when you remove the dataset \ table adapters from the form , now I am having to trawl through and debug the designer , what am i doing wrong , how can you remove a dataset 'cleanly' from a project without messing up designer.vb ?
thanks