【component,'MSINET.OCX'错误是什么意思?】mx component

 component "MSINET.OCX"错误是什么意思?有时候我们运行软件会弹出一个报错信息:

"MSINET.OCX" or not correctly registered:a file is missing or invalid

或者是:

component "MSINET.OCX" or one of its dependencies not correctly registered:a file is missing or invalid

component

报错信息的意思是系统组件中"MSINET.OCX" 文件丢失了或者不能使用,解决这个问题很简单。

怎么解决?

下载MSINET.OCX文件,解压后把MSINET.OCX文件复制到c:windowssystem32目录下。

然后点击“开始”“运行”中输入 regsvr32 msinet.ocx 回车,再试试,你的软件就可以运行了。