Error Code 8002801c



  1. Error Code 0x8002801c Regsvr32
  2. Error Code 0x8002801c Windows 10

Thank You Everyone So Much For Watch My Video On ' How To Fix Error Code 0x8002801c While Calling To Dllregisterserver On Windows 10/8/7/8.1 '. Thank You Everyone So Much For Watch My Video On ' How To Fix Error Code 0x8002801c While Calling To Dllregisterserver On Windows 10/8/7/8.1 '.

If you are working for an old application you may be presented with the error:

Error Code 0x8002801c Regsvr32

0x8002801c

Component ‘MSCOMCTL.OCX’ or one if its dependencies not correctly registered: a file is missing or invalid:

In this case you have two tasks to complete and neither of them are obvious:

DOWNLOAD MSCOMCTL.OCX

MSCOMCTL.OCX is part of Visual Basic 6 Package and you can download you can just download the MSCOMCTL.OCX directly from us HERE.
UPDATE – MAY 2020- Alternately you can surf to the following address but we removed the clickable link because one of our security checks has marked it as an “aggressive site” so use at your own peril: daydownloads.com/microsoft-visual-basic-6-common-controls/

Error code 0x8002801c regsvr32

INSTALL MSCOMCTL.OCX

Error

You need to know if you are using a 32bit or 64bit version of Windows and because this is not 2002, we are assuming you want to install it on a 64bit PC. If you try to register MSCOMCTL.OCX (which is 32 bit) on a 64 bit system and you put it in the typical C:WINDOWSSYSTEM32 folder you will get: Netbull free download.

THE MODULE ‘MSCOMTRL.OCX’ WAS LOADED BUT THE CALL TO DLLREGISTERSERVER FAILED WITH ERROR CODE 0X8002801C

Error Code 0x8002801c Windows 10

  1. If you are using 64 bit Windows copy the MSCOMCTL.OCX to C:WINDOWSSYSWOW64
    (If you are using 32 bit Windows copy MSCOMCTL.OCX to C:WINDOWSSYSTEM32)
    .
  2. Open a CMD or PowerShell prompt (as an administrator) and change into C:WINDOWSSYSWOW64
    .
  3. Type

    regsvr32 mscomctl.ocx

  4. Press ENTER
  5. Enjoy




Comments are closed.