<?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: .NET SDK  : basic 1st test is not working  : System.core error ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391614#M8409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems there is a link with autofac.dll :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.paraesthesia.com/archive/2013/03/29/portable-class-library-answers.aspx/" title="http://www.paraesthesia.com/archive/2013/03/29/portable-class-library-answers.aspx/"&gt;Portable Class Library Answers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to apply the patch KB24668871 &lt;SPAN style="font-size: 13.3333px;"&gt;but seems it is not applicable to my system, because already up to date.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 14:44:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-10-18T14:44:38Z</dc:date>
    <item>
      <title>.NET SDK  : basic 1st test is not working  : System.core error ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391613#M8408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have created a little script to refresh an app on my local computer, in order to start with this SDK.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have the framework 4.5.2, and&amp;nbsp; last version of QlikSense and the Qliksense SDK 13.2.0.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Initially I also downloaded the latest autofac 4.6.2 and latest newtonsoft.json librairies (v10)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;but I had errors of assembly not found (v6 for json and 3.5 for autofac), so I was obliged to downoad&amp;nbsp; the requested versions...&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Strange, no ? First question is why I had these errors ? I expected that all was OK if I download the latest packages and dependancies no ? &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;After installing the old json and autofac dlls,&amp;nbsp; I was able to continue, but now I have again an error on another assembly not found, but this time on &lt;STRONG&gt;System.core&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When I call the function :&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN class="token builtin" style="color: #5491c9; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;IAppIdentifier&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt; foundAppIdentifier &lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #999999; background: #fafafa; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt; location&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;AppWithNameOrDefault&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string" style="color: #b22222; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;"My App"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; Impossible de charger le fichier ou l'assembly '&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;System.Core, Version=2.0.5.0&lt;/STRONG&gt;&lt;/SPAN&gt;, Culture=neutral,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' ou une de ses dépendances. Le fichier spécifié est introuvable.»&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Indeed I have another newer version for System.core. So what I would have to do to fix that ?&amp;nbsp; Is it normal while I have downloaded all latest files ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help would be really appreciated&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 14:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391613#M8408</guid>
      <dc:creator />
      <dc:date>2017-10-18T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK  : basic 1st test is not working  : System.core error ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391614#M8409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems there is a link with autofac.dll :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.paraesthesia.com/archive/2013/03/29/portable-class-library-answers.aspx/" title="http://www.paraesthesia.com/archive/2013/03/29/portable-class-library-answers.aspx/"&gt;Portable Class Library Answers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to apply the patch KB24668871 &lt;SPAN style="font-size: 13.3333px;"&gt;but seems it is not applicable to my system, because already up to date.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 14:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391614#M8409</guid>
      <dc:creator />
      <dc:date>2017-10-18T14:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK  : basic 1st test is not working  : System.core error ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391615#M8410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any chance to be helped ?&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 08:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391615#M8410</guid>
      <dc:creator />
      <dc:date>2017-10-20T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK  : basic 1st test is not working  : System.core error ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391616#M8411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurent,&lt;/P&gt;&lt;P&gt;To me it sounds like there are old references lingering in your .csproj file, can you check your project file to see which versions of the references it states? Also verify that you project targets the 4.5.2 .NET framework.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QlikSense SDK should only requires Autofac &amp;gt;= 3.5.2 and Newtonsoft &amp;gt;= 6.0.8, and if they are not already present in a project they will automatically be installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mattias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391616#M8411</guid>
      <dc:creator>mow</dc:creator>
      <dc:date>2017-10-20T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK  : basic 1st test is not working  : System.core error ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391617#M8412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not given all information actually (because for&amp;nbsp; to me this has nothing to do with visual studio)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation is a little bit more complex :&lt;/P&gt;&lt;P&gt;I have NOT Visual studio. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I expected to be able to drive Qlik via Powershell only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wanted to basically create a powershell script that refresh a (local for now) qvf file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I execute a Powershell script that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - load dynamically the Qlik/autofac/Json dlls with instruction [Reflection.Assembly]::LoadFile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - drive Qlikview&amp;nbsp; by powershell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Following instructions are correctly executed :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $local = [Qlik.Engine.Location]::FromUri([System.Uri]"ws://127.0.0.1:4848")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $local::AsDirectConnectionToPersonalEdition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, crash at this instruction:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Qlik.Engine.IAppIdentifier]$foundAppIdentifier =[Qlik.Engine.LocationExtensions]::AppWithNameOrDefault($local,"test").DoReload()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Error : &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;&amp;nbsp; Impossible de charger le fichier ou l'assembly '&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;System.Core, Version=2.0.5.0&lt;/STRONG&gt;&lt;/SPAN&gt;, Culture=neutral,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' ou une de ses dépendances. Le fichier spécifié est introuvable.»&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So , I'm stuck. &lt;/P&gt;&lt;P&gt;How could I load or install the dll of Qlik/autofac/json ?&lt;/P&gt;&lt;P&gt;Loaded them dynamically seems&amp;nbsp; not a good practice in this case ?&lt;/P&gt;&lt;P&gt;Am I obliged to develop the tool (C# lib) under Visual Studio ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NB: There would be 2 other possible options:&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Create a c# file that do the reolad, and execute this .cs via Powershell. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But it is not working, because dlls (qlik,autofac, json) are not installed/not found. Not sure how I could load them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Use Visual Studio, with&amp;nbsp; the standard way, and create an executable with 1 parameter (the file to be reloaded). But I have not VS currently, and I expected to be able to drive Qlik via powershell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 10:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-basic-1st-test-is-not-working-System-core-error/m-p/1391617#M8412</guid>
      <dc:creator />
      <dc:date>2017-10-20T10:06:10Z</dc:date>
    </item>
  </channel>
</rss>

