Error occur when Add column after create bindingSource.

Hi,I am using VB.Net 2005.I create a bindingsource to a MS Access database.Then I add a DataGridView to a form. Then I quit VS. I add a new column to one of the table in the database with MS Access 2003.
When I open the VB.Net project, it having error. The error message :

"The designer cannot process the code at line 107: Me.ClientBindingSource.DataSource. = Me.InsDataSet".

What should I do? Am I need to "re-bind" the datasource ? It yes, then I need to modify my previous database programming because it all base on the "old" dataBindingSource.
Please help!
What should I do so that I do not need to modify my previous database programming after I add a column to my database?

Thank you very much. :)
[744 byte] By [yeeboon] at [2007-11-20 0:39:56]