【发布时间】:2013-02-06 13:04:34
【问题描述】:
我在 Windows 7 32 位机器上使用 VS2010 创建了 Windows 应用程序。它在我的生产机器上运行良好。
但是当我在客户端的服务器上安装此应用程序时,它会生成错误“System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to到以下错误:80040154。”
客户的机器是widows 7 64bit。
我正在使用 dll 来处理 word、excel 和 pdf。
请帮助我摆脱这个问题。我被这个问题困住了。
【问题讨论】:
标签: c# windows 64-bit runtime-error