Hello everybody!

I have a strange "bug" with my usercontrol :

Here what I try to do :

I instanciate my usercontrol to put it in a tabcontrol
Then I call a function of this usercontrol passing some parameters
like a dataset
In debug mode, when I try to access the data into the dataset (any
table) from the parent form, no problem.
BUT if I try to access data into the dataset (any table) from the
usercontrol, it keeps telling me it cannot evaluate the value since
the thread is stopped where the garbage collection cannot run ( and so
on, the real message is in french so...)

Any Ideas?
Thanks in advance !