<?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 Integrate QlikView in .Net Application? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342611#M1239972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below &lt;/P&gt;&lt;TABLE style="font-family: Arial; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;H1 style="margin-left: 5.75pt; margin-right: 6.5pt; margin-top: 4pt; margin-bottom: 6pt; font-family: Arial; font-size: 10pt; color: #000000;"&gt;Windows 7 and 64-bit issues&lt;/H1&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000; border-bottom-width: 0.5pt; border-bottom-style: solid; border-bottom-color: black;"&gt;&lt;SPAN&gt;Problem:&lt;/SPAN&gt; You receive the follow error when adding INGEAR Studio ActiveX to form.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;"Failed to create component ‘AxHost’. This error follows System.BadImageFormatException a wrapper library is not&lt;/SPAN&gt;&lt;SPAN&gt; registered for this type library."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;Resolution:&lt;/SPAN&gt; Turn off Windows Data Execution Prevention.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;Select &lt;SPAN&gt;Start |All Programs | Accessories | Command Prompt&lt;/SPAN&gt; then right click and select &lt;SPAN&gt;Run as administrator&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;IMG alt="images\ebx_-1582261874.gif" border="0" height="525" src="http://ehelp.ingeardrivers.com/abstudio/images/ebx_-1582261874.gif" width="414" /&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;In the command prompt window, type in the command &lt;SPAN&gt;bcdedit.exe /set {current} nx AlwaysOff&lt;/SPAN&gt; and press Enter&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;IMG alt="images\ebx_-1904744203.gif" border="0" height="283" src="http://ehelp.ingeardrivers.com/abstudio/images/ebx_-1904744203.gif" width="562" /&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;You should see "The operation completed successfully". Close the Command Prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000; border-bottom-width: 0.5pt; border-bottom-style: solid; border-bottom-color: black;"&gt;&lt;SPAN&gt;Problem:&lt;/SPAN&gt; You receive the following error.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;System.InvalidOperationException was unhandled&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;&amp;nbsp; Message="An error occurred creating the form. See Exception.InnerException for details.&amp;nbsp; The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;Resolution:&lt;/SPAN&gt; Your Visual Studio project is targeting a 64-bit CPU.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;1). Open your project in Visual Studio&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;2). Select &lt;SPAN&gt;Project | Properties | Compile | Advanced Compile Options | Target CPU&lt;/SPAN&gt;&lt;SPAN&gt; (x86)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 11:24:39 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2012-04-09T11:24:39Z</dc:date>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342607#M1239962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to Integrate QlikView file in .Net application??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342607#M1239962</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342608#M1239965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use qlikview sdk &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have a application on server then you can add that application in .net&lt;/P&gt;&lt;P&gt;using Ocx control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;visual studio-&amp;gt; tool box add new item-&amp;gt; select Ocx from com component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to properties-&amp;gt; give the&amp;nbsp; server address &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show the application in .net application &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 10:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342608#M1239965</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T10:28:47Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342609#M1239969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx but when i drag drop the control, it is giving COM exception, saying : Library is not registered.&lt;/P&gt;&lt;P&gt;Failed to create component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have QlikView desktop only not Server.&lt;/P&gt;&lt;P&gt;Can I integrate qlikView files in .net with QlikView desktop only ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 10:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342609#M1239969</guid>
      <dc:creator />
      <dc:date>2012-04-09T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342610#M1239971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Download the qlikview workbench.exe if you have license and install the qlikvew bench s/w. After installation it will show a template for the qlikview application and drag and drop the qlikview object from the toolbar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 11:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342610#M1239971</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2012-04-09T11:06:01Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342611#M1239972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below &lt;/P&gt;&lt;TABLE style="font-family: Arial; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33%"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;H1 style="margin-left: 5.75pt; margin-right: 6.5pt; margin-top: 4pt; margin-bottom: 6pt; font-family: Arial; font-size: 10pt; color: #000000;"&gt;Windows 7 and 64-bit issues&lt;/H1&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000; border-bottom-width: 0.5pt; border-bottom-style: solid; border-bottom-color: black;"&gt;&lt;SPAN&gt;Problem:&lt;/SPAN&gt; You receive the follow error when adding INGEAR Studio ActiveX to form.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;"Failed to create component ‘AxHost’. This error follows System.BadImageFormatException a wrapper library is not&lt;/SPAN&gt;&lt;SPAN&gt; registered for this type library."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;Resolution:&lt;/SPAN&gt; Turn off Windows Data Execution Prevention.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;Select &lt;SPAN&gt;Start |All Programs | Accessories | Command Prompt&lt;/SPAN&gt; then right click and select &lt;SPAN&gt;Run as administrator&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;IMG alt="images\ebx_-1582261874.gif" border="0" height="525" src="http://ehelp.ingeardrivers.com/abstudio/images/ebx_-1582261874.gif" width="414" /&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;In the command prompt window, type in the command &lt;SPAN&gt;bcdedit.exe /set {current} nx AlwaysOff&lt;/SPAN&gt; and press Enter&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;IMG alt="images\ebx_-1904744203.gif" border="0" height="283" src="http://ehelp.ingeardrivers.com/abstudio/images/ebx_-1904744203.gif" width="562" /&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;You should see "The operation completed successfully". Close the Command Prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000; border-bottom-width: 0.5pt; border-bottom-style: solid; border-bottom-color: black;"&gt;&lt;SPAN&gt;Problem:&lt;/SPAN&gt; You receive the following error.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;System.InvalidOperationException was unhandled&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;&amp;nbsp; Message="An error occurred creating the form. See Exception.InnerException for details.&amp;nbsp; The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;Resolution:&lt;/SPAN&gt; Your Visual Studio project is targeting a 64-bit CPU.&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;1). Open your project in Visual Studio&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;2). Select &lt;SPAN&gt;Project | Properties | Compile | Advanced Compile Options | Target CPU&lt;/SPAN&gt;&lt;SPAN&gt; (x86)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 6.5pt; margin-top: 1pt; margin-bottom: 2.4pt; font-family: Arial; font-size: 12px; color: #000000;"&gt;&lt;SPAN&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 11:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342611#M1239972</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T11:24:39Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342612#M1239973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx, but the problem still persist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, from where can i get QlikView WorkBench.exe file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have QlikView Desktopn only.&lt;/P&gt;&lt;P&gt;I tried to download workbench.exe&lt;/P&gt;&lt;P&gt;But i didnt find any links to download it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is required to be a registerd customer??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 11:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342612#M1239973</guid>
      <dc:creator />
      <dc:date>2012-04-09T11:32:26Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342613#M1239974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Install sdk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while installing qlikview it asking for sdk option you need to check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from there you can see the workbench download option &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 11:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342613#M1239974</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342614#M1239975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after installing sdk when you open sdk then screeen show the option &lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 11:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342614#M1239975</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-04-09T11:39:25Z</dc:date>
    </item>
    <item>
      <title>Integrate QlikView in .Net Application?</title>
      <link>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342615#M1239976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We embed the QCX control in a Win Form application, i.e. a desktop app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows us to open files using a file spec (C:\foo\...), a UNC spec (&lt;A href="https://community.qlik.com/"&gt;\\host\share\foo\&lt;/A&gt;...) or a qvp spec to a QVServer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 15:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integrate-QlikView-in-Net-Application/m-p/342615#M1239976</guid>
      <dc:creator />
      <dc:date>2012-05-01T15:13:54Z</dc:date>
    </item>
  </channel>
</rss>

