Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tombombadil
Contributor III
Contributor III

OCX for QV Version 11 available?

Is there a working OCX for QV Version 11 available?

I found the latest version of the OCX for version 10 at the download portal.

Is that also working for version 11?

I'm trying to automate some stuff with C# (opening a document, maybe set some values, doing reloads)

Best regards,

Tom

3 Replies
Larry_Aaron
Employee
Employee

The OCX file is bundled with the Server/Publisher install http://global.qlik.com/download/

tombombadil
Contributor III
Contributor III
Author

Thanks laaron, I'll check that.

But it's a little bit annoying to install the whole server package on a dev workstation.

Should have been separated like in the past.

Tom

tombombadil
Contributor III
Contributor III
Author

Hi,

so the OCX is installed with the server setup.

But I cannot get it running with my own C# application. (x64)

When I call the method OpenDocument it just throws an Catastrophic failure exception.

Within an older application based on VB it works with CreateObject("Qliktech.Qlikview").

Has anyone got a how to or some sort of step by step guide for C#?

Tried VS2010 and VS2008 (because of an older advice here at the forum) and alot of combinations but nothing seems to work.

BR,

Tom