当前位置: 首页 > news >正文

Uipath Outlook COM 接口错误

Question Send Outlook Mail Message activity is not working and get the following error
" Unable to cast COM object of type ‘Microsoft.Office.Interop.Outlook.ApplicationClass’ to interface type ‘Microsoft.Office.Interop.Outlook._Application’. This operation failed because the QueryInterface call on the COM component for the interface with IID ‘{00063001-0000-0000-C000-000000000046}’ failed due to the following error: Library not registered."

Investigation Steps:
Open the regedit.exe and navigate to the below place
Registry Key: HKEY_CLASSES_ROOT\TypeLib{00062FFF-0000-0000-C000-000000000046}

Here folders with numbers: 9.3, 9.4 or 9.5 will be present and it depends of the versions of the Microsoft Packages
Example:

Outlook 2007 9.3
Outlook 2010 9.4
Outlook 2013 9.5
Outlook 2016orO365 9.6

When downgraded, these folders are not deleted, if navigated from Office 2010, the 9.4 will be present together with 9.3 from Office 2007.

Resolution:

Delete the folder related to the Microsoft Office that is not installed in the computer.

Example:

If 9.4 folder (from Office 2010) is present and Office 2007 (folder 9.3) is used, it is recommended to delete the folder 9.4, related to the Office 2010 that is not installed in computer, inside the registry key:

HKEY_CLASSES_ROOT\TypeLib{00062FFF-0000-0000-C000-000000000046}

http://www.lqws.cn/news/507259.html

相关文章:

  • Mcp-git-ingest Quickstart
  • vftp centos 离线部署
  • IAR平台全面升级,提升瑞萨MCU架构的嵌入式软件开发效率
  • 软件测试的分类有哪些?(如黑盒/白盒/灰盒测试)
  • Day05_Linux项目怎么打包成exe
  • ArkUI-X通过Stage模型开发Android端应用指南(二)
  • Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights
  • 华为云Flexus+DeepSeek征文|华为云ModelArts Studio:利用New API实现大模型网关与AI资产管理的无缝对接
  • Revisiting Image Deblurring with an Efficient ConvNet论文阅读
  • 五种 IO 模式的简单介绍 -- 阻塞 IO,非阻塞 IO,信号驱动 IO,IO 多路复用,异步 IO
  • 2025.6.16-实习
  • 网络安全攻防:2025年新型钓鱼攻击防御指南
  • JVM(12)——详解G1垃圾回收器
  • 使用预训练权重在YOLO模型上训练新数据集的完整指南
  • 深入理解RAG:大语言模型时代的知识增强架构
  • 解析云计算虚拟化基石:KVM、QEMU与Libvirt的协同
  • SpringBoot - 整合 Redis 实现数据分布式缓存
  • 通过环境变量管理多版本JDK8、11、17并安装idea编译器
  • 攻防世界-MISC-MeowMeowMeow
  • BRAIN LANG:新发现!大脑网络重新调整以补偿在嘈杂环境中的听力困难
  • 【MV】编排4:基于时间线数据的密度突变检测和密度平滑算法
  • Springboot项目中使用手机号短信验证码注册登录实现
  • wpf单文件打包还有 一些dll打包不进去?
  • JS核心操作符:从基础到ES6+
  • phpstudy apache伪静态.htaccess文件置空丢失问题解决
  • iostat中的util原理
  • 从iOS到Flutter:我的转型之路与技术成长启示
  • matplotilb实现对MACD的实战
  • TDengine 技术参数配置大全
  • Docker 报错“x509: certificate signed by unknown authority”的排查与解决实录