Error occur when Add column after create bindingSource.
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?
Is it mean that, I shouldn't make any change to my database/dabasource after I start my VB.net programming?
Thank you very much. :)

