c# - What does RPC call failed mean when executing Documents.Open thru Word interop -
we getting error reports our customers
comexception 0x800706be remote procedure call failed
the code generating exception following one:
microsoft.office.interop.word.documents.open(object& filename, object& confirmconversions, object& readonly, object& addtorecentfiles, object& passworddocument, object& passwordtemplate, object& revert, object& writepassworddocument, object& writepasswordtemplate, object& format, object& encoding, object& visible, object& openandrepair, object& documentdirection, object& noencodingdialog, object& xmltransform)
i cannot find information anywhere can cause of exception code , cannot reproduce in our computers. can similar exceptions doing weird things (debugging , stopping it, hanging process, etc) word not one.
does know can mean / cause of exception?
edit
more information. application client app running on windows 7 computer , error intermitent looks not related environment.
Comments
Post a Comment