Failed to load control 'ImageList' from MSCOMCTL.OCX. Your version of MSCOMCTL.OCX may be outdated

Failed to load control 'ImageList' from MSCOMCTL.OCX. Your version of MSCOMCTL.OCX may be outdated


Getting this error in Expd8



In most cases isn't OCX file rewritten by an older version, but the older version is placed in some directory by an incorrect setup program and registered in this new place. So it is sufficient to unregister & register again. regsvr32.exe takes the right one from C:\Windows\SysWOW64 folder.



Open CMD and run as admin and enter below command

Unregister and register mscomctl.ocx:

cd /d C:\Windows\SysWOW64
regsvr32 /u /s mscomctl.ocx
regsvr32 /s mscomctl.ocx

    • Related Articles

    • eXpd8 v4 - What is new in version 4

      New look and feel Welcome to the new eXpd8 Home page Notice that the home page is now all about you. Its resizable – so you are no longer stuck with a small window in the middle of your screen. Your control panel on the left provides easy access to ...
    • Error - 1 ( Template failed to generate / review 3rd party macro setup )

      User is getting this error when generating templates 1. checked macros settings in word. and make sure it is enabled If still same issue occurs follow the steps below. Open the template in template editor (note the template # e.g. 168 - Word) Home ...
    • Outlook Pop up ( A program is trying to access data from outlook that may include address book information. )

      Users are getting this pop up on Outlook when generating briefs or linking an email using add ins To fix this, Outlook needs to be "Run as Administrator" as in the Screen shot below Once in Outlook click on File and select Options as shown in the ...
    • Add ins "Missing" on Outlook

      Check the version of Outlook if on 32 bit. From Outlook click File Select Office Account then click About Outlook. The version will then be shown as highlighted below. If it is on 32 bit, Go to this file path C:\ Program Files (x86) \ eXpd8\ ...
    • Error in Brief ( Dec2022 windows update fix )

      Users are getting this error when generating briefs. This was caused by the December 2022 windows update where this security update addresses a vulnerability where restricted mode is triggered for the parsing of XPS files, preventing gadget chains ...