- LX Designer
- LX Pressman
Starting any of the LX applications throws a startup error: "Error has occured while starting application. Component 'Comctl32.ocx' or one of its dependencies not correctly registered: a file is missing or invalid.
1. Start command.exe as Administrator
2. CD c:\windows\system32
3. Unregister .ocx components by calling regsvr32.exe (64 bit)
.\regsvr32 /u ..\syswow64\msflxgrd.ocx
.\regsvr32 /u ..\syswow64\mscomct2.ocx
.\regsvr32 /u ..\syswow64\comdlg32.ocx
.\regsvr32 /u ..\syswow64\comctl32.ocx
4. Register the ocxs by using 32 bit version of regsvr (from syswow64 folder)
..\syswow64\regsvr32 /u ..\syswow64\msflxgrd.ocx
..\syswow64\regsvr32 /u ..\syswow64\mscomct2.ocx
..\syswow64\regsvr32 /u ..\syswow64\comdlg32.ocx
..\syswow64\regsvr32 /u ..\syswow64\comctl32.ocx
5. Optional: Reboot PC if necessary
TIP: Only unregister and re-register the files that are shown in the error message dialog box. The files listed above are example files that can be seen in various startup errors.
Comments
0 comments
Please sign in to leave a comment.