This is of course something that I am doing wrong but I cannot pipoint where it is occuring. I have a usual editable form and the moment I assign the main datasource to my CSLA object as per usual:
myBindingSource.DataSource = myBoObject;
in the Output window I get a couple of the following messages:
A first chance exception of type 'System.ArgumentException' occurred in System.Windows.Forms.dll
I think it has a (slight) performance hit but more than anything it bugs me that I cannot find out the source of the problem. Is there anyway of finding out where these exceptions get generated?
Thanks