cancel
Showing results for 
Search instead for 
Did you mean: 

Exception from HRESULT: 0xFFFFE492

former_member275826
Participant
0 Kudos

Dear all,

What is this error??

Accepted Solutions (1)

Accepted Solutions (1)

Johan_H
Active Contributor
0 Kudos

Hi Pravin,

It is a COM related error.

Please see this thread to see if it is of help to you:  http://scn.sap.com/thread/1850393

Regards,

Johan

former_member275826
Participant
0 Kudos

Thanx Johan for your reply.

Is there any way to find out the description of COM related error?

Johan_H
Active Contributor
0 Kudos

Hi Pravin,

In my experience, there is no description for these types of errors. They are usually thrown by Windows or the .NET framework, and are more or less passed on by the DI API.

The only thing that seems to work (at least in some cases)  is to explicitly clean up all COM objects as soon as you are done with them, using System.Runtime.InteropServices.Marshal.ReleaseComObject(YourComObject)

Regards,

Johan

Answers (0)