0
Answer

"Object is currently in use elsewhere."

try abc

try abc

12y
2.6k
1

Hello,

I have developed c# windows application in .net framework 4.0.

Following is the error and I didn't get but the client gets it sometime.

"Object is currently in use elsewhere."



This error occur in "InitializeComponent();"

So, my questions are

Why this error occurs?

What is solution for it?

I have tried searching on internet but didn't get proper solution as I m not using any thread on this form.

Thanks,