Windows 7:ActiveX 组件无法创建对象
我找到了这个教程关于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.