Windows 7:ActiveX 组件无法创建对象

发布于 2024-11-16 13:11:26 字数 253 浏览 3 评论 0原文

我找到了这个教程关于 Activex 组件,但我在 Internet Explorer 8 和 Windows 7 pro 下收到错误:“ActiveX 组件无法创建对象”

本教程在 Windows 2008 Server R2 下工作正常。

谢谢

I found this tutorial about Activex component but I am getting an error under Internet explorer 8 and Windows 7 pro: "An ActiveX component can not create object"

this tutorial is working fine under Windows 2008 Server R2.

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很OK 2024-11-23 13:11:26

Windows 2008 Server R2 专为 64 位设计。
我的第一个赌注是您构建了 64 位 ActiveX,并且您在 Windows 7 上运行 IE (32)。
确保您的项目目标设置为 x86,而不是 AnyCPU 或 x64。

Windows 2008 Server R2 is designed for 64 bit.
My 1st bet is that you built a 64 bit ActiveX, and you are running IE (32) on Windows 7.
Make sure that your project target is set for x86 and not AnyCPU or x64.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文