From: mjlaali on
Hi,

I have developed an MSWrod automation project which reads a word file,
translate its sentences using a translator engine, and then creates a word
file which includs the translation. In some cases the program throws a
COleException with m_sc code equal to -2147417851(0x80010105). I used
ErrorLookup and found that the code means "The server threw an exception". As
you see the message is not descriptive enough to help me find the place where
the exception was occured. And I really don't know how to find what the
problem is. As a matter of fact I don't know how to use COleException to
find about the problem.