I have inherited a Winforms project that has several forms with a great deal of Dataset, BindingSource & TableAdapter objects. I am sure that not all of these are required/used.
Is there a way to determine which of these objects are not used by a control (IE dropdown, textbox etc...)?
I am using VS2008