Accessing properties of ActiveX controls via designer is a very basic feature which enable us to to implement operations like styling etc. directly at design time. However, at times, when we try to access the property pages of the ActiveX control, we get an error like “Class not registered. Looking for object with CLSID:{808A9BF8-DFA8-4A0A-BB85-F6F989EE8FDC}” error. This blog summarizes easy to implement steps to fix this issue. In order to resolve this error, search this CLSID in the registry details.
Scenario If the problem is with C1Sizer control then look for the C1SizerPpg.dll in System32 and register it Start > run > regsvr32 C1SizerPpg.dll If its Win 7 64 bit then
This should resolve this error and you should be able to access the properties of the control.