Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ocx: installing and redist

If I install the ocx wih the qvocxrtl.msi package, when I use the ocx I have an error "interface not registered"

Seems that the installer does not register the file.

Have I to register it manually?

Labels (1)
1 Reply
Not applicable
Author

i don't know about this msi, but it is strange that it doesn't register the OCX because it's precisely the point of an installer to make the product available...

you can register it manually by opening the QlikOcx.OCX file with regsvr32.exe (usually located in c:\window\system32)

your error may also come from a 32/64 bits version problem (if you use the ocx in an application, it must be the same bitness (?) as the hosting application)