本文介绍了Windows 7:无法注册DLL-错误代码:0X80004005的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我尝试注册COM DLL时,
When I tried to register a COM DLL,
regsvr32 rpcrt4.dll
我收到以下错误消息:
`模块"c:\ windows \ system 32 \" rpcrt4.dll"已加载,但对DllRegisterServer的调用失败,错误代码为0X80070006.
`The module "c:\windows\system 32\"rpcrt4.dll" was loaded but the call to DllRegisterServer failed with error code 0X80070006.
如何解决此问题?请帮忙.
How do I fix this problem? Please help.
推荐答案
据此: http://www.vistax64.com/vista-installation-setup/33219-regsvr32-error-0x80004005.html
在提升的命令提示符下运行它.
Run it in a elevated command prompt.
这篇关于Windows 7:无法注册DLL-错误代码:0X80004005的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!