Fix Fault Dllregisterserver Failed With Error Code 0x8002801c.
When I try to register regsvr32 then I am facing with error dllregisterserver failed with error code 0x8002801c. Please help me to resolve my problem?
When I try to register regsvr32 then I am facing with error dllregisterserver failed with error code 0x8002801c. Please help me to resolve my problem?
This type of bugs comes when you are using local Administrator user login account as c:\windows\system32\abn.ocx gives the above bug. You should try to register as c:\windows\system32\mdx.ocx it will work and no bug occurs. Or go to setting and off UAC which is User Administrator Control and then login with Admin Account from your machine.
You may receive error code “0x8002801c” when you try to register an OCX file (.ocx) or several OCX files. This method applies to 64-bit Windows 7. It seems the problem is triggered when you try to register the OCX file from “C:\WINDOWS\system32” using regsvr32.
You will then receive this message: “The module “C:\WINDOWS\system32\MSCOMCT2.OCX” failed to load. Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files. The specified module could not be found.” To fix the problem, copy the “MSCOMCT2.OCX” file to “C:\WINDOWS\sysWOW64” instead of copying it to “C:\WINDOWS\system32” which triggers the error.
Once the file is copied to the “sysWOW64” folder, click “Start,” “All Programs,” “Accessories” then right-click “Command Prompt” and select “Run as administrator” to start an elevated command prompt. In the command prompt window, type without quotes “regsvr32 C:\WINDOWS\sysWOW64\MSCOMCT2.OCX” then hit Enter. See if this fixes the problem.