MSCOMCTL.ocx缺少Windows 10 [英] MSCOMCTL.ocx missing Windows 10

查看:59
本文介绍了MSCOMCTL.ocx缺少Windows 10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些vb6应用程序正在尝试从Windows 7迁移到Windows10.我有.exe文件,但是当我尝试打开它时-它告诉我:

I have some vb6 applications that i'm trying to move from Windows 7 to Windows 10. I have the .exe file, but when I tried to open it - it tells me that:

C:\ App_1 \ MSCOMCTL.OCX无法加载-继续加载项目吗?

C:\App_1\MSCOMCTL.OCX could not be loaded - Continue Loading Project?

我在 C:\ Windows \ SysWow64 中搜索了该文件,发现该文件实际上以 Type:ActiveX Control 的形式存在.

I searched for this file in C:\Windows\SysWow64 and found that the file is actually there as Type: ActiveX Control.

为什么我仍然收到错误消息?

Any reason why I'm still getting the error?

推荐答案

ocx控件应位于您的Syswow64(如果是64位pc)文件夹中,而不应位于app文件夹中,并且需要手动注册(常见的vb6问题)在Win7,8,10中).

The ocx control should be in your Syswow64 (if 64 bit pc) folder and not in the app folder, and it needs to be registered manually (common vb6 problem in Win7, 8 ,10).

似乎您可以看到该文件,但可能未注册.

It seems you can see the file, but it might not be registered.

在管理员模式下运行cmd,键入 regsvr32 C:\ Windows \ SysWOW64 \ MSCOMCTL.OCX .

Run cmd in administrator mode, type regsvr32 C:\Windows\SysWOW64\MSCOMCTL.OCX.

这应该可以解决问题

这篇关于MSCOMCTL.ocx缺少Windows 10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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