When I save a collection then quickly call GetMulti and set the collection the the BindingSource's DataSource I often get this error:
Collections derived from this class aren't thread safe by default. Use your own locking system in your code.
What should we do to ensure we don't get the error?
Ian