没有注册类 。已加载,但找不到入口点 DllRegisterServer

问题1 :没有注册类 (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

解决:regsvr32 xxx.dll(dll是绝对路径如C:\Windows\System32\mshtml.dll)

问题2:模块“xxx.dll”已加载,但找不到入口点 DllRegisterServer。

解决:

1.msinet.ocx(win10系统64位)组件复制到C:\Windows\SysWOW64\目录下;
2.在C:\Windows\SysWOW64\ 目录下找到cmd.exe文件,右键单击,“以管理员身份运行”,打开cmd;
3.复制 regsvr32 %windir%\SysWOW64\msinet.ocx 命令,回车!!

 

msinet.ocx  网上自行下载

posted on 2021-10-30 10:32  走出高度  阅读(3722)  评论(0编辑  收藏  举报