gpt4 book ai didi

.net - 无法转换Office Interop Word的COM对象

转载 作者:行者123 更新时间:2023-12-04 08:08:50 25 4
gpt4 key购买 nike

我的应用程序具有可以导出到Microsoft Word的功能,但是自从Microsoft Office 2010升级到Microsoft Office 2013以来,它一直无法正常工作。

这是代码:

Microsoft.Office.Interop.Word.Application appVersion = new Microsoft.Office.Interop.Word.Application();
appVersion.Visible = false;

这是错误消息:

Unable to cast COM object of type 'Microsoft.Office.Interop.Word.ApplicationClass' to interface type 'Microsoft.Office.Interop.Word._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00020970-0000-0000-C000-000000000046}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).



有人告诉我编辑注册表,但是IID“{00020970-0000-0000-C000-000000000046}”在我的注册表中不存在。

最佳答案

运行Office的修复安装通常可以解决该问题。

关于.net - 无法转换Office Interop Word的COM对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22340518/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com