When you install the lyrics converter today, you must install comdlg32.ocx. An error occurred while registering the ActiveX control. The error message is that comdlg32.ocx. ocx has been loaded, but the dllregisterserver fails to call it. In fact, in daily work, when the regsvr32 command is used to register DLL, ocx, and so on, this module has been loaded, but the dllregisterserver call failure is very common, I would like to share my experience with you and hope to help you.
Method/step
- 1
This kind of prompt is generally caused by insufficient permissions.
My operating system is Windows 8 64-bit. I will share it with you using my system.
- 2
Press win + X on the keyboard to call out common commands.
- 3
Select "command prompt (Administrator)"
- 4
Then input "regsvr32 c: \ windows \ syswow64 \ comdlg32.ocx" in the "command prompt".
- 5
Press enter to confirm. Wait a moment and he will be prompted for success. This indicates that the registration is successful.
- 6
Because my system is 64-bit. Therefore, the installation and registration locations are in "C: \ WINDOWS \ syswow64 \ comdlg32.ocx". If you are a 32-bit system, the installation and registration locations are in c: \ windows \ system32.
- 7
The same method also needs to be registered in the command prompt (administrator. The input commands are different. Enter "regsvr32 c: \ windows \ system32 \ comdlg32.ocx" or "regsvr32 comdlg32.ocx"
End
Notes
Solution to dllregisterserver call failure