Y
Yet
I have a windows application, that opens word documents:
doc = wrd.Documents.Open(fullFileName)
word throws an exception when it tries to read one of the documents that
contains about 400 pages:
"There are too many spelling or grammatical errors in 13300022.doc to
continue displaying them.
To check the spelling and grammar of this document, choose Spelling and
Grammar from the Tools menu."
How can I make him skip this error?
other times an comException is thrown:
Call was rejected by callee. (Exception from HRESULT: 0x80010001
(RPC_E_CALL_REJECTED))
what does it mean? how can I go around it?
doc = wrd.Documents.Open(fullFileName)
word throws an exception when it tries to read one of the documents that
contains about 400 pages:
"There are too many spelling or grammatical errors in 13300022.doc to
continue displaying them.
To check the spelling and grammar of this document, choose Spelling and
Grammar from the Tools menu."
How can I make him skip this error?
other times an comException is thrown:
Call was rejected by callee. (Exception from HRESULT: 0x80010001
(RPC_E_CALL_REJECTED))
what does it mean? how can I go around it?