Paul Rouleau wrote: > What does this assertion mean?
It means that you are invoking a method on the component loader from a thread different than the one that created it. Which exposes it to potential threading problems.
Paul Rouleau wrote: > What does this assertion mean?
It means that you are invoking a method on the component loader from a thread different than the one that created it. Which exposes it to potential threading problems.