Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using the Qlikocx.ocx release 10. It was succesfuly registred, I can add a document to my VS2010 application but when I want to access the attributes to get for instance some field values I have an error:
Error 1 Reference required to assembly 'QlikView, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null' containing the type 'QlikView.Doc'. Add one to your project.
Problem is in the reference files I do see the QV references:
The code does recognise
AxQlikOCX1.ActiveDocument
but none of the expected attributes can be accessed (such as fields).
Thanks for help
Run regsvr32 for QlikOcx.ocx and qvp.dll, then use Aximp.exe in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\ with the Qlikocx.ocx
Then in the project itself remove references generated by the QvObject and add manually the reference objects generated by the aximp.
Run regsvr32 for QlikOcx.ocx and qvp.dll, then use Aximp.exe in C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\ with the Qlikocx.ocx
Then in the project itself remove references generated by the QvObject and add manually the reference objects generated by the aximp.