无法在64位机器上打开iMacros [英] Can't open iMacros on a 64 bit machine

查看:170
本文介绍了无法在64位机器上打开iMacros的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在32位机器上工作正常的宏。当尝试在64位机器上运行它时,当它遇到这一行代码时,我收到一个错误消息(ActiveX组件不能创建对象):

 设置iim1 = CreateObject(iMacros)

的这些宏已经在32位机器上运行。 64台机器只是乞讨出现在我们的环境中。关于如何解决这个问题的任何想法或建议将不胜感激。感谢您的帮助........

解决方案

iMacros在x64上对我很好。 诀窍是您需要确保activex已注册为x64,因此64位应用程序可以查看它。通常安装程序会照顾这个。



您是否尝试手动注册?



cmd / c% WinDir%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe / register / codebase iiminterface.dll / u / tlb


I have a macro that works fine on 32 bit machines. When trying to run it on a 64 bit machine, I get a error message (ActiveX component can't create object) when it hits this line of code:

Set iim1 = CreateObject("iMacros")

Up until now, all of these macros have been run on 32 bit machines. 64 machines are just begging to appear in our environment. Any ideas or suggestions on how to resolve this issue would be greatly appreciated. Thanks for the help........

解决方案

iMacros works fine for me on x64. The "trick" is you need to make sure that the activex is registered as x64, so the 64bit apps can "see" it. Usually the installer takes care of this.

Have you tried to manually registering it?

cmd /c %WinDir%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /register /codebase iiminterface.dll /u /tlb

这篇关于无法在64位机器上打开iMacros的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆