【发布时间】:2010-10-10 06:25:51
【问题描述】:
我在我的 32 位机器上安装了一个 exe,它循环通过登录的用户收件箱并且工作正常,(注意我仍然没有让它为另一个用户工作(see here)任何想法将不胜感激也是!)。
但是当我在 64 位服务器上安装它时,我收到了这个错误:
Creating an instance of the COM component with CLSID {29AB7A12-B531-450E-8F7A-EA94C2F3C05F} from the IClassFactory failed due to the following error: 80004005.
我已经在服务器上注册了 Redemption dll (see here)。
我已经做到了running-c-app-32-bit-on-64-bit-machine
注意。
类 ID 似乎是 Redemption.RDOSession (see here)
【问题讨论】:
标签: c# outlook 64-bit outlook-redemption