Kbase P114123: Application that uses a third party OCX fails with error (5898)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/9/2006 |
|
Status: Unverified
FACT(s) (Environment):
Windows 32 Intel
SYMPTOM(s):
Application fails with error (5898)
Application uses a third party OCX
Error occurred while creating CONTROL-FRAME: <frame name>. <COM message> Error code: (5898)
CAUSE:
The ActiveX Control or OCX was not added to the registry or it was added to the registry and then moved to a different location.
FIX:
Register the OCX using the Windows REGSVR32.EXE utility.
The proper syntax to register an object is:
REGSVR32 <File Path>\FileName
Example:
REGSVR32 c:\OCX\new.ocx
If the registering of the ActiveX Control or Automation Object with REGSVR32 does not work, install the OCX with its installer.