Adding missing COM controls to your project |
Previous Top Next |
000019 f4 CoCreateInstanceEx {0713E8A2-850A-101B-AFC0-4210102A8DA7}.(no such class) context=5(CLSCTX_INPROC_SERVER CLSCTX_LOCAL_SERVER ) (finish) -> 80040154 (REGDB_E_CLASSNOTREG) ***
failed |
This means the application tried to create a COM object with the Class ID of {0713E8A2-850A-101B-AFC0-4210102A8DA7} and it failed. The most likely reason is that control is not registered on this computer and you have not added the file and associated .threg file to your Thinstall project. |