<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QlikView Version 11 Library Doesn't Work Anymore in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439030#M163626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom - thanks for replying. I tried this (am using Visual Studio 2010) and it still has the same issue. It adds the QlikView, QlikOCXLib and AxQlikOCXLib references when I add this to my form but none of them have the standard object model. See screen shot of my object browser. You'll see there's no Application object defined for example. Here's a snipet of my code and it used to work for QV10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView.Application app = new QlikView.Application();&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;QlikView.Doc doc = app.OpenDoc(lstFiles.Items&lt;I&gt;.ToString(), "", "", "");&lt;/I&gt;&lt;/P&gt;&lt;P&gt;QlikView.IDocumentProperties props = doc.GetProperties();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25234" class="jive-image" alt="11-16-2012 9-28-04 AM.jpg" src="/legacyfs/online/25234_11-16-2012 9-28-04 AM.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 17:28:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-16T17:28:36Z</dc:date>
    <item>
      <title>QlikView Version 11 Library Doesn't Work Anymore</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439028#M163624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I wrote a C# application using Visual Studio for QlikView v10 a few years back. I'm updating this application to reference the QlikView v11 type library however it looks like either the API has changed completely or something is wrong when I import the v11 library. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, when I add the QlikView v11 Type Library to visual studio, I don't see the Application or Doc classes anymore. I see this (see screenshot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reference I'm adding is to c:\program files\qlikview\qv.exe. It looks like it's doing the QlikOCX for some reason and not the type library. Has anyone seen this? Is this a Visual Studio issue with the COM interop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25157" class="jive-image-thumbnail jive-image" onclick="" alt="11-15-2012 11-04-49 AM.jpg" src="/legacyfs/online/25157_11-15-2012 11-04-49 AM.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 19:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439028#M163624</guid>
      <dc:creator />
      <dc:date>2012-11-15T19:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Version 11 Library Doesn't Work Anymore</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439029#M163625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove the reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your Form -&amp;gt; Toolbox -&amp;gt; Choose Items -&amp;gt; COM Components &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark QlikOCX Control like in the screenshow below:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25194" class="jive-image-thumbnail jive-image" onclick="" alt="qlik_ocx.jpg" src="https://community.qlik.com/legacyfs/online/25194_qlik_ocx.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drag the Qlikview Control onto your form and all required COM Wrappers should be automatically created.&lt;/P&gt;&lt;P&gt;Then you can use the classes as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 07:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439029#M163625</guid>
      <dc:creator>tombombadil</dc:creator>
      <dc:date>2012-11-16T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Version 11 Library Doesn't Work Anymore</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439030#M163626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom - thanks for replying. I tried this (am using Visual Studio 2010) and it still has the same issue. It adds the QlikView, QlikOCXLib and AxQlikOCXLib references when I add this to my form but none of them have the standard object model. See screen shot of my object browser. You'll see there's no Application object defined for example. Here's a snipet of my code and it used to work for QV10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView.Application app = new QlikView.Application();&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;QlikView.Doc doc = app.OpenDoc(lstFiles.Items&lt;I&gt;.ToString(), "", "", "");&lt;/I&gt;&lt;/P&gt;&lt;P&gt;QlikView.IDocumentProperties props = doc.GetProperties();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25234" class="jive-image" alt="11-16-2012 9-28-04 AM.jpg" src="/legacyfs/online/25234_11-16-2012 9-28-04 AM.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 17:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439030#M163626</guid>
      <dc:creator />
      <dc:date>2012-11-16T17:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Version 11 Library Doesn't Work Anymore</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439031#M163627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not at work anymore so its hard to give you decent information now, but I will try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you drag the Qlikview Control onto the form, you should be able to add the path of a Qlikview file manually at the designer.&lt;/P&gt;&lt;P&gt;You will see the report in the designer, if everything works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could check the automatically created code, coz this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on vacation now for 2 weeks so I cant help you anytime soon, sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 17:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Version-11-Library-Doesn-t-Work-Anymore/m-p/439031#M163627</guid>
      <dc:creator>tombombadil</dc:creator>
      <dc:date>2012-11-16T17:40:11Z</dc:date>
    </item>
  </channel>
</rss>

