.docx文档创建中的错误

时间:2013-10-11 08:08:54

标签: c# windows-8 office-interop word-2013

在我的应用程序中,我使用Microsoft.Office.Interop.Word库来创建带有模板内容的.docx文件。一切都在安装的Word 2010上正常工作(Windows 7/2008 R2),但当我在Windows 8 + Word 2013上尝试时,我首先开始获取异常代码:

HRESULT: 0x800706BA
HRESULT: 0x80010105

事情是,经过几次运行我的代码后,我得到了异常函数(包括我和微软)抛出的异常,例如:

RPC server is unavailable. HRESULT: 0x800706BA at System.Runtime.InteropServices.CustomMarshalers.EnumeratorViewOfEnumVariant.MoveNext()
Remote procedure call has failed. HRESULT: 0x800706BA at Microsoft.Office.Interop.Word.Bookmark.get_Range()
Server threw an exception. HRESULT: 0x80010105 at Microsoft.Office.Interop.Word.Field.get_Code()

我读到了关于这些错误的琐碎事情(例如http://codeworks.it/blog/?p=136),我正在寻找任何提示。

1 个答案:

答案 0 :(得分:1)

我有错误0x800706BA因为文件已存在于目标中。之前删除它。

文森特