错误:MSCOMCT2.OCX 或其依赖项之一不存在
我正在尝试运行一个很久以前在Windows 2000 上编码的VB 应用程序。我当前的操作系统是Windows XP SP2。
错误信息是: “组件‘MSCOMCT2.OCX’或其依赖项之一不 正确注册:文件丢失或无效”
我在我的计算机中搜索了此文件(这与 MSCOMCT***L***.OCX 不同),但没有找到它。有人能指出我如何克服此错误吗?
谢谢, 唠叨。
I am trying to run a VB application that was coded long back on Windows 2000. My current OS is windows XP SP2.
The error message is:
"Component 'MSCOMCT2.OCX' or one of its dependencies not
correctly registered: a file is missing or invalid"
I searched my computer for this file (this is different from MSCOMCT***L***.OCX) and didnt find it. Can someone point me how to get past this error?
Thanks,
Nag.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以查看这个基于 Microsoft 的“帮助和支持”页面,其中详细说明了您可以从哪里“正式”下载此页面。
http://support.microsoft.com/kb/297381
Microsoft 倾向于移动其内容,使旧页面不正确,但当我键入此内容时,上面的页面列出了包含您要查找的 MSCOMCT2.OCX 文件的 CAB 文件的以下位置;
http://activex.microsoft.com/controls/vb6/mscomct2.cab
You can also check out this Microsoft-based 'Help and Support' page that details where you can 'officially' download this page from.
http://support.microsoft.com/kb/297381
Microsoft tends to move around its content, making old pages incorrect, but as I type this, the above page lists the following location for the CAB file that contains the MSCOMCT2.OCX file that you seek;
http://activex.microsoft.com/controls/vb6/mscomct2.cab
我认为,您需要 Visual Basic 的运行时文件(可在此处使用)。
I think, you need the runtime files for Visual Basic (available here).