Re: COleDispatchException only on some computers ? - WeOnlyDo Discussion board

Re: COleDispatchException only on some computers ? (General questions)

by AFL, Thursday, April 21, 2011, 07:40 (4776 days ago) @ AFL

Hello,

The issue is resolved. The plugin used some voice related functionality for which the underlying application uses Microsoft Speech API (which is an OLE interface). On those computers where sound device is not found / not installed, OleException is thrown by Speech API. The plugin worked fine on those computers where sound device was working fine but on this particular computer, the sound device was not working. By disabling sound related functionality of the plugin, we are able to use the same plugin on same computer now.

Damba - thank you once again for your readiness to help.

Best Regards,

AFL

Hello Damba,

Thank you very much for your prompt reply. The actual error code is wrapped by crash recover screen of the application and hence I am not able to provide you with the details you want. But I just found out a way to disable their crash recovery process so that I can access raw error code and other details. I will follow the same and come back to you asap.

Regards,

AFL

Hi AFL,

Is there any more details you could provide us? Can you catch the error and tell me what ErrorCode / ErrorText it gives?

You can also check LastError property for this purpose. What does it provide when this exception occurs?

Regards,
Damba


Complete thread: