Some exception can not be capture in window xp x64 edition.

  • Thread starter Thread starter Colin Han
  • Start date Start date
C

Colin Han

In WinXP x64. I had write a WinForm project. some operation in Form_Load method maybe throw a exception. But if we run this application. we can not capture any exception. The application can run normal. But some code is not execute.

I'm a third part control provider. I think this problem may take some obsession to my customer.
Are you have any solution or official document for this problem?

Thanks.
 
Some other position has this problem too. Such as OnPaint, OnMouseMove etc.
But if we throw exception in some events (e.g. OnMouseDown). IDE will capture a FatalExecuteEngineError. If user want see the original excepition, he must disible the MDA to debug his application.
In WinXP x64. I had write a WinForm project. some operation in Form_Load method maybe throw a exception. But if we run this application. we can not capture any exception. The application can run normal. But some code is not execute.

I'm a third part control provider. I think this problem may take some obsession to my customer.
Are you have any solution or official document for this problem?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top