Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alan_grn
Creator II
Creator II

C# example

I am tying to get the C# example working that comes with QV9.

When I open it in Visual Studio it come up with numerous erros including the following :

Warning 1 Cannot load type library for reference "AxQlikOCXLib". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) Selections
Warning 3 Cannot load type library for reference "QlikView". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) Selections

How do I get this app to run? Sorry this an an area of Qlikview that is new to me.

3 Replies
suniljain
Master
Master

you have to import packeages in your c# application.

Not applicable

Is the QlikView plugin correctly installed?

Not applicable

hello, first remove the three references with error (QlikView-QlikOCX-AxQlikOCXLib). Then in the Toolbox to add the COM component "QlikView OCx." create a new form and add this new component. Agragarte it will do is automatically eliminated the three references above ((QlikView-QlikOCX-AxQlikOCXLib). Saludos!