Skip to main content
Announcements
Qlik Announces Qlik Talend Cloud and Qlik Answers: LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikOCX Control Problem !!!

Hi;

I would like to use QlikOCX Control Component in C# Windows Form (VS 2010)

I add QlikOCX item correctly but when i drag and drop the component to form, i recieve a message below there:

Any idea about this problem

(OS: Win7, 64bit)

Thanks in advance...

error loading image

Thanks in advance...

3 Replies
Not applicable
Author

llauses243
Creator III
Creator III

Hi,

For register QlikOCX in windows7 64 bits go ...

http://support.microsoft.com/kb/282747/en-us

good luck, Luis

Not applicable
Author

It may be a problem of bitness: if I'm not mistaken the QlikOCX component only exists in 32 bits version and thus cannot be used from a 64 bits application. Be sure to set the target platform of your project as "x64".

Also I don't know if it is still the case in VS2010 but there was bugs in previous version when referencing COM components. You can try to close visual studio, delete the bin and obj folders of your project, and run VS again to reference your component.

Hope this helps.