Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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