windows 注册 mscomm32.ocx 时出错

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6826404/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 17:36:22  来源:igfitidea点击:

error registering mscomm32.ocx

windowsvb.netsms

提问by shashikiran

Can somebody tell me how to register mscomm32.ocx. I pasted it in system32 and then tried to register using "regsvr32 c:\windows\system32\mscomm32.ocx" . Even then i got some error message something like this: "the file was loaded but it is unable to register error 0x8002801". I use 32 bit OS Windows 7 I would be pleased if someone helped me with this.

有人可以告诉我如何注册 mscomm32.ocx。我将它粘贴到 system32 中,然后尝试使用 "regsvr32 c:\windows\system32\mscomm32.ocx" 进行注册。即便如此,我还是收到了一些类似这样的错误消息:“文件已加载,但无法注册错误 0x8002801”。我使用 32 位操作系统 Windows 7 如果有人帮助我,我会很高兴。

回答by Tim

You may need to run in it as an administrator. My recommendation would be to start a command prompt as the administrator (right-click on the Command Prompt icon in the Start menu and select "Run as Administrator").

您可能需要以管理员身份在其中运行。我的建议是以管理员身份启动命令提示符(右键单击“开始”菜单中的“命令提示符”图标并选择“以管理员身份运行”)。

That's a guess based on this article - DLLRegisterserver failed with error code 0x8002801

这是基于本文的猜测 - DLLRegisterserver failed with error code 0x8002801