c# powerpoint 互操作性:Office 19 中智能艺术的 Powerpoint 自动化失败。适用于 ms office 16
c# powerpoint interoperability: Failed Powerpoint automaion for smart art in office 19. works fine with ms office 16
对智能艺术对象执行编辑时出现以下错误:
ComEXception (0x80040155): 接口未注册
无法找到 IID 的代理注册:{}
在 Microsoft.Office.Core.TextFrame2.get_TextRange()
它在 ms office 2016 上运行良好。但是,在装有 ms office 2019 的机器上遇到上述错误。
有什么建议吗?
谢谢!
很可能是 Office 应用程序的 windows 注册表项有问题。我建议修复 Office 以恢复 windows 注册表中损坏的记录。例如,您可能会发现以下类似主题很有用:
- .NET COMException Interface non registered
- Interface not registered (Microsoft.Office.Interop.Outlook)
对智能艺术对象执行编辑时出现以下错误: ComEXception (0x80040155): 接口未注册 无法找到 IID 的代理注册:{} 在 Microsoft.Office.Core.TextFrame2.get_TextRange()
它在 ms office 2016 上运行良好。但是,在装有 ms office 2019 的机器上遇到上述错误。
有什么建议吗?
谢谢!
很可能是 Office 应用程序的 windows 注册表项有问题。我建议修复 Office 以恢复 windows 注册表中损坏的记录。例如,您可能会发现以下类似主题很有用:
- .NET COMException Interface non registered
- Interface not registered (Microsoft.Office.Interop.Outlook)