Component 'TABCTL32.OCX'错误
1、Component 'TABCTL32.OCX'错误的处理方法
错误:Component 'TABCTL32.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载TABCTL32.OCX,将备用文件中的TABCTL32.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统) 2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 TABCTL32.OCX
4、提示成功即完成
2、Component 'mswinsck.OCX'错误的处理方法
错误:Component 'mswinsck.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载mswinsck.OCX,将备用文件中的mswinsck.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 mswinsck.OCX
4、提示成功即完成
3、Component 'msmask32.OCX'错误的处理方法
错误:Component 'msmask32.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载msmask32.OCX,将备用文件中的msmask32.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 msmask32.OCX
4、提示成功即完成
4、Component 'msflxgrd.OCX'错误的处理方法
错误:Component 'msflxgrd.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载msflxgrd.OCX,将备用文件中的msflxgrd.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 msflxgrd.OCX
4、提示成功即完成
5、Component 'mscomm32.OCX'错误的处理方法
错误:Component 'mscomm32.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载mscomm32.OCX,将备用文件中的mscomm32.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 mscomm32.OCX
4、提示成功即完成
6、Component 'mscomctl.OCX'错误的处理方法
错误:Component 'mscomctl.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载mscomctl.OCX,将备用文件中的mscomctl.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 mscomctl.OCX
4、提示成功即完成
7、Component 'mscomct2.OCX'错误的处理方法
错误:Component 'mscomct2.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载mscomct2.OCX,将备用文件中的mscomct2.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 mscomct2.OCX
4、提示成功即完成
8、Component 'comdlg32.OCX'错误的处理方法
错误:Component 'comdlg32.OCX' or one of its dependencies not correctyly registered:a file is missing or invalid
解决方法:
1、网上下载comdlg32.OCX,将备用文件中的comdlg32.OCX文件到C:\Windows\SysWOW64文件夹下(电脑是win10 64位操作系统)
2、进入单击cmd命令提示符,以管理员身份运行
3、输入命令“C:\Windows\SysWOW64\REGSVR32 comdlg32.OCX
4、提示成功即完成
以下是执行命令结果:
Component 'TABCTL32.OCX'错误的更多相关文章
- Component 'TABCTL32.OCX'错误的处理方法
错误:Component 'TABCTL32.OCX' or one of its dependencies not correctyly registered:a file is missing o ...
- VB程序无法运行,Component ‘MCI32.OCX’错误怎么办
1 提示Component 'MCI32.OCX'错误 2 搜索你电脑的MCI32.OCX这个文件 3 把它复制到任意位置,然后再同一个目录下新建一个文本文档,输入regsvr32 MCI32 ...
- win7x64 串口程序无法运行,提示:component 'MSCOMM32.OCX' or one of its dependencies not correctlu registered。。。
VB写的串口工具在win7 x64机器运行时遇到的问题, component 'MSCOMM32.OCX' or one of its dependencies not correctlu regis ...
- 加载MSCOMCTL.OCX错误处理的几个关键
一.工程文件说明,两个版本Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCXObject={831FDD16-0C5C- ...
- 解决VB6.0中不能加载MSCOMCTL.OCX的错误提示
VB6.0毕竟是很古老的开发工具了,其对所使用的第三方组件依赖性比较强,例如在打开从其它电脑上拿来的VB6.0的软件(系统)的工程文件(源代码)时,经常会遇到"不能加载MSCOMCTL.OC ...
- 关于MSCOMM.OCX无法正常注册的问题解决
[问题] 关于“Component'MSCOMM32.OCX'or one of its dependencies not correctly registered: afole is missing ...
- Vue 错误:Avoid mutating a prop directly
Avoid mutating a prop directly since the value will be overwritten whenever the parent component re- ...
- 2016.10.10 Failed to start component [StandardService[Catalina]]
Failed to start component [StandardService[Catalina]] 错误原因:有数据残留,点击clean(见下图) 解决办法: 右键点击servers下 ...
- org/eclipse/jetty/util/component/Container$Listener
转自:https://blog.csdn.net/husheng8891/article/details/10200965?locationNum=9&fps=1 项目Demo开发的时候,发布 ...
随机推荐
- Hive元数据配置到MySql
1 驱动拷贝 1.在/opt/software/mysql-libs目录下解压mysql-connector-java-5.1.27.tar.gz驱动包 [root@hadoop102 mysql-l ...
- 爬虫-requests用法
中文文档 API: http://requests.kennethreitz.org/zh_CN/latest/ 安装 pip install requests 获取网页 # coding=utf-8 ...
- 到底该不该用RTOS——rtos的优点
我现在要不要学习RTOS? 学习RTOS有什么好处? 我的项目要不要跑RTOS? ······等等一些关于RTOS的问题,其实归根结底还是你对RTOS了解的不够,项目开发的经验还不足等. 针对这部分朋 ...
- dotnet core linux 接入支付宝H5支付,提示:System.PlatformNotSupportedException","Message":"'CspParameters' requires Windows Cryptographic API (CAPI), which is not available on this platform.
用的官方提供的demo,实际上部署后却出现了上图的错误.和技术支持沟通无效后,走上了不归路. 在微软的github dotnet/core开源库提交了issue后,终于获得了解决.附上链接:https ...
- Hibernate学习:Exception in thread "main" java.lang.NullPointerException
1.在学习Hibernate多对多关系的时候遇到了一下异常: 主函数出现了空指针异常: public static void testadd() { Session session = Hiberna ...
- 工作拾记 - 关于easyui模板后台改为vue-element
图1: 数据接口,模拟实现一些基本的数据条目 图2: 获取数据,接口都在src/api中 TODO LIST: 接下来要做的呢: 1. 完善此demo,基本的CURD,现在只有getAll,需要将增加 ...
- [RN] React Native ScrollView自动滑动到顶部
react-native 自动滚到屏幕顶部,模仿微信朋友圈评论自动定位 <ScrollView showsVerticalScrollIndicator={false} style={[styl ...
- 小说美句摘抄&&动漫壁纸
不知道为啥脑子一抽打算开个坑(反正咱是个不务正业的人) 大部分是网文里的,某些是轻小说里的,文学名著--咱也不像会看那个的人啊-- upd 2019.11.6:把一些自己觉得好的动漫壁纸贴一贴,图床用 ...
- <每日 1 OJ> -LeetCode 28. 实现 strStr()
题目: 实现 strStr() 函数. 给定一个 haystack 字符串和一个 needle 字符串,在 haystack 字符串中找出 needle 字符串出现的第一个位置 (从0开始).如果不存 ...
- 一种Winform类electron的实现
最近看了一篇文章 Winform客户端内嵌Vue页面 使用html作为winform的界面(其实这种做法早在MFC时代就已经有了),不过感觉文章中的封装并不够彻底,所以我忍不住要发一篇博客来说说我 ...
