Re: Component was busy and got disconnected. - WeOnlyDo Discussion board

Re: Component was busy and got disconnected. (General questions)

by wodDamir, Saturday, September 19, 2009, 18:06 (5326 days ago) @ tcotten

Hi,

The error you are receiving means that component was in process of executing some method, and got disconnected for some reason.

What method was executed at that time?

Remember that when using component in threads, you need to keep it apartment threaded. This means that component can only be used in the thread it was declared and initialized in.

Regards,
Damba


Complete thread: