In my project, I have a BindingSource named bs. When i set the property DataSource to my entity, it creates another BindingSource named bindingSource1 and sets the DataSource of bindingSource1 to this entity I selected, and my bs is set to bindingSource1. No mather how many times I try to set my bs directely to a entity, all the times it creates a new BindingSource setting this new to the entity and my bs to this new one. Is this a bug from VWG?
Hope it gets resolved cause it's annoying having 2 BindingSources in my form when I need only one and sometimes gets confused. (:
Best Regards.
Brian.