try abc

try abc

  • 1.4k
  • 306
  • 487k

"Object is currently in use elsewhere."

Oct 29 2012 8:16 AM

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,