DllRegisterServer call failed Problem resolution method

Source: Internet
Author: User

Installing the lyrics Converter today requires the installation of Comdlg32.ocx, an error occurred while registering the ActiveX control, and the error was that COMDLG32.OCX.ocx was loaded, but the DllRegisterServer call failed. In fact, in the daily work, with the regsvr32 command register DLL, OCX, etc., this module has been loaded, but the DllRegisterServer of the failure of the call is very common, the following and everyone to share my experience, I hope to help everyone.

Method/Step
    1. This kind of prompt is generally because we have insufficient authority to cause.

      My operating system is WIN8 64-bit, all I use my system and share with you.

    2. Press the WIN+X key on your keyboard to bring up common commands.

    3. We want to select "Command Prompt (Administrator)"

    4. Then enter "regsvr32 c:\Windows\SysWOW64\comdlg32.ocx" in "Command Prompt"

    5. After entering, press ENTER to confirm. Wait a moment, he will have a success hint. This means that we have registered successfully.

    6. Because my system is 64-bit. So the location of the installation and registration is in "C:\Windows\SysWOW64\comdlg32.ocx" if you are a 32-bit system then the installation and registration location is in C:\Windows\system32

    7. The same method is also required to be registered at the command prompt (administrator). Only the commands entered are different. You need to enter "regsvr32 c:\Windows\system32\comdlg32.ocx" or "regsvr32 COMDLG32." OCX "

      END
Precautions
    • Isn't it simple?

DllRegisterServer call failed Problem resolution method

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.