Windows 7: unable to register DLL - Error Code:0X80004005

后端 未结 3 1755
悲哀的现实
悲哀的现实 2020-12-24 00:06

When I tried to register a COM DLL,

regsvr32 rpcrt4.dll

I get the following error message:

`The module \"c:\\windows\\system 32\\\

3条回答
  •  不知归路
    2020-12-24 01:00

    Open the start menu and type cmd into the search box Hold Ctrl + Shift and press Enter

    This runs the Command Prompt in Administrator mode.

    Now type regsvr32 MyComobject.dll

提交回复
热议问题