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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qlikview COM API in Console dot net application

I am trying to access qlikview app in dot net console application . I am unable to create object of qlikview library.

1)I have register qlikview ocx component

2) i have add qlikOCXLib and Qlikview 11 dll in my console application

3) i wrote below c# code

QlikOCXLib.QLIKOCX obj

obj= new QlikOCXLib.QlikOCX();

4) now when i am getting  COM exception error. Please see attachment

Note: I am using vs 2005. I have tried vs 2008 as well.

7-8-2013 2-30-24 PM.jpg

0 Replies