I've got the same issue with bad registration of some common components installed on syswow64
, among them the mscomctl.ocx
. After searching for and not found a solution, I derived one that solved the problem. So, the only way to solve was:
- Unregister the
mscomctl.ocx
(with elevated privilegies)
- Disabled the Internet Explorer (version 10 in my case)
- Reboot the system
- Register the
mscomctl.ocx
(Always elevated)
- Enabled IE10 again
It seems to be IE10 the problem. Since I disabled it, I could finally correctely register the common controls.
I hope (despite my bad english) help someone who is facing the same problem.