My Application is C# winform
I am facing below error at the time of form close and end of Dispose() method .
Please help me how to avoid / catch this error .
Thanks .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
umesh chapePosted Dec 28, 2012, 7:42 AM
Still hoping for solution.
Please help .
VulpesPosted Dec 28, 2012, 6:17 AM
If it's still no better, then Environment.Exit(0) will kill the process stone dead though I'd only use that as a last resource.
umesh chapePosted Dec 27, 2012, 12:43 AM
Already called Application.Exit().
VulpesPosted Dec 26, 2012, 2:09 PM
umesh chapePosted Dec 26, 2012, 12:33 PM
umesh chapePosted Dec 26, 2012, 12:23 PM
You mean to say There is No Solution for this error .
VulpesPosted Dec 26, 2012, 12:02 PM
I'd contact the vendor to see if there's a patch or workaround for what is likely to be a bug in the API. If there isn't one, I'd go back to using the previous version.
umesh chapePosted Dec 26, 2012, 7:59 AM
Yes. I closed everything from the form .
I am using some third party API . The previous API are working fine but these new updates and facing Issue .
If old API are installed on the system previously then I am not facing this issue but If I installed directly new API then I am facing the Issue .
Please help me how to avoid / catch this error .
Sivaraman DhamodaranPosted Dec 26, 2012, 7:29 AM