<?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 Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64 in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19164#M76</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having trouble deploying software from my&amp;nbsp; PC (on which I am developing our app) to our tablets (which are identical to our clients' systems).&amp;nbsp; Both use windows and the msvc compilers are up to date on both of the systems.&amp;nbsp; I know the tablets meet the system requirements for the runtime, because I've been able to build and deploy sample apps.&amp;nbsp;&amp;nbsp;&amp;nbsp; For instance, on the tablets, I can build and deploy the basic 'Display Map' sample if I comment out &lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import Esri.ArcGIS Extras 1.1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but if I don't, the app loads, but nothing is rendered:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="c++ sdk qt deployment error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415319_deploymentIssue.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the extras require more .dll files.&amp;nbsp; I'm able to deploy apps with the Extras component (to any location on disk) on the development PC even if I explicitly set the runtime environment variable:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #008000;"&gt;ArcGISRuntimeEnvironment::setInstallDirectory(QDir::currentPath()&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I should note, that I am not actually using the extras component in &lt;EM&gt;my&lt;/EM&gt; app.&amp;nbsp; Deployment of the sample apps was part of my&amp;nbsp; attempt to diagnose the issue, and I came across that problem. &amp;nbsp; To deploy my app on the development PC, I take the following steps:&lt;/P&gt;&lt;P&gt;1. Compile my release in QtCreator.&amp;nbsp; This stores the executable here:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\ArcGIS\AppStudio\Apps\build-ULIP-Desktop_Qt_5_10_0_MSVC2017_64bit-Release&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And the storage folder for my source code is:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\ArcGIS\AppStudio\Apps\ULIP\&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2. Move the executable to a folder on my desktop:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\Desktop\Deployment2\ULIP.exe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;3. Use the qt deployment tool for windows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qt deployment tool windows 100.2 runtime " class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415325_deploymentIssue_commandString.png" /&gt;&lt;/P&gt;&lt;P&gt;I should note that I've tried this with and without the angle option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Copy the sdk runtime .dlls to the deployment folder:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="core runtime dll release cpp sdk" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415326_deploymentIssue_esriDlls.png" /&gt;&lt;/P&gt;&lt;P&gt;Here are the contents of my deployment folder:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="deployment folder contents" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415327_deploymentIssue_folderContents.png" /&gt;&lt;/P&gt;&lt;P&gt;5. I run the app, and it works correctly.&amp;nbsp; However, when I move the deployment2 folder to the tablet it executes, but nothing is rendered:&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415328_deploymentIssue.png" /&gt;&lt;/P&gt;&lt;P&gt;I get no error messages and no warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To further clarify, when I look at which dlls are being used by ULIP.exe in the tablet,&amp;nbsp; &lt;SPAN class=""&gt;msvcp140.dll&lt;/SPAN&gt; and &lt;SPAN class=""&gt;vcruntime140.dll&lt;/SPAN&gt;. are both listed (the ones contained in System32):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\WINDOWS\SYSTEM32\MSVCP140.dll&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I have read the page on deploying the app:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/deploy-your-app.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/deploy-your-app.htm"&gt;Deploy your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I have read the system requirements page for the newer runtime:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm"&gt;System requirements for 100.3.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I have read every geonet thread on deployment issues for the Qt SDK&lt;/P&gt;&lt;P&gt;-I am using the QtQuick Compiler&lt;/P&gt;&lt;P&gt;-I've been using the Qt windows deployment tool and have read the Qt page about using the tool:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.qt.io/qt-5/windows-deployment.html" title="http://doc.qt.io/qt-5/windows-deployment.html"&gt;Qt for Windows - Deployment | Qt 5.11&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 15:58:58 GMT</pubDate>
    <dc:creator>ChristianNuckols</dc:creator>
    <dc:date>2018-07-27T15:58:58Z</dc:date>
    <item>
      <title>Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19164#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having trouble deploying software from my&amp;nbsp; PC (on which I am developing our app) to our tablets (which are identical to our clients' systems).&amp;nbsp; Both use windows and the msvc compilers are up to date on both of the systems.&amp;nbsp; I know the tablets meet the system requirements for the runtime, because I've been able to build and deploy sample apps.&amp;nbsp;&amp;nbsp;&amp;nbsp; For instance, on the tablets, I can build and deploy the basic 'Display Map' sample if I comment out &lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;import Esri.ArcGIS Extras 1.1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but if I don't, the app loads, but nothing is rendered:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="c++ sdk qt deployment error" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415319_deploymentIssue.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the extras require more .dll files.&amp;nbsp; I'm able to deploy apps with the Extras component (to any location on disk) on the development PC even if I explicitly set the runtime environment variable:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE style="-qt-block-indent: 0; text-indent: 0px; margin: 0px;"&gt;&lt;SPAN style="color: #008000;"&gt;ArcGISRuntimeEnvironment::setInstallDirectory(QDir::currentPath()&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I should note, that I am not actually using the extras component in &lt;EM&gt;my&lt;/EM&gt; app.&amp;nbsp; Deployment of the sample apps was part of my&amp;nbsp; attempt to diagnose the issue, and I came across that problem. &amp;nbsp; To deploy my app on the development PC, I take the following steps:&lt;/P&gt;&lt;P&gt;1. Compile my release in QtCreator.&amp;nbsp; This stores the executable here:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\ArcGIS\AppStudio\Apps\build-ULIP-Desktop_Qt_5_10_0_MSVC2017_64bit-Release&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And the storage folder for my source code is:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\ArcGIS\AppStudio\Apps\ULIP\&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2. Move the executable to a folder on my desktop:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\Users\cnuckols\Desktop\Deployment2\ULIP.exe&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;3. Use the qt deployment tool for windows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qt deployment tool windows 100.2 runtime " class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415325_deploymentIssue_commandString.png" /&gt;&lt;/P&gt;&lt;P&gt;I should note that I've tried this with and without the angle option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Copy the sdk runtime .dlls to the deployment folder:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="core runtime dll release cpp sdk" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415326_deploymentIssue_esriDlls.png" /&gt;&lt;/P&gt;&lt;P&gt;Here are the contents of my deployment folder:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="deployment folder contents" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415327_deploymentIssue_folderContents.png" /&gt;&lt;/P&gt;&lt;P&gt;5. I run the app, and it works correctly.&amp;nbsp; However, when I move the deployment2 folder to the tablet it executes, but nothing is rendered:&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415328_deploymentIssue.png" /&gt;&lt;/P&gt;&lt;P&gt;I get no error messages and no warnings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To further clarify, when I look at which dlls are being used by ULIP.exe in the tablet,&amp;nbsp; &lt;SPAN class=""&gt;msvcp140.dll&lt;/SPAN&gt; and &lt;SPAN class=""&gt;vcruntime140.dll&lt;/SPAN&gt;. are both listed (the ones contained in System32):&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\WINDOWS\SYSTEM32\MSVCP140.dll&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-I have read the page on deploying the app:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/deploy-your-app.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/deploy-your-app.htm"&gt;Deploy your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I have read the system requirements page for the newer runtime:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm" title="https://developers.arcgis.com/qt/latest/cpp/guide/arcgis-runtime-sdk-for-qt-system-requirements.htm"&gt;System requirements for 100.3.0—ArcGIS Runtime SDK for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I have read every geonet thread on deployment issues for the Qt SDK&lt;/P&gt;&lt;P&gt;-I am using the QtQuick Compiler&lt;/P&gt;&lt;P&gt;-I've been using the Qt windows deployment tool and have read the Qt page about using the tool:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.qt.io/qt-5/windows-deployment.html" title="http://doc.qt.io/qt-5/windows-deployment.html"&gt;Qt for Windows - Deployment | Qt 5.11&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19164#M76</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T15:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19165#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/330798"&gt;Christian Nuckols&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thanks for the excellent troubleshooting. Can you see if the Extras folder is&amp;nbsp;included in your deployment? It should be in the qml folder, like follows. It may be named just "ArcGISExtras", too. Please take a look.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Extras Deployment Path" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415347_ExtrasPath.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the expected location for the Extras deployment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 17:46:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19165#M77</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2018-07-27T17:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19166#M78</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I can't.&amp;nbsp; Should I be seeing a qml folder even if I'm using the QtQuick compiler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19166#M78</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T18:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19167#M79</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should also note that I have this folder in my ArcGIS SDKs directory:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml\Esri\ArcGISExtras&lt;/BLOCKQUOTE&gt;&lt;P&gt;which has the same file structure, but doesn't use the version number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19167#M79</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T18:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19168#M80</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll still need&amp;nbsp;the&amp;nbsp;qml folder in a deployed app, even with the QtQuick Compiler. You can grab that entire "&lt;SPAN style="background-color: #f6f6f6;"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml" folder and drop it into your deployment (the whole qml folder). Please let me know if that helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19168#M80</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2018-07-27T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19169#M81</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/330798"&gt;Christian Nuckols&lt;/A&gt;‌ a good example of a deployed Windows app is included with the setup. See "C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\samples\ArcGISRuntimeSDKQt_QMLSamples\bin". The "qml" folder&amp;nbsp;structure should be similar to what you need for your deployed app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:14:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19169#M81</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2018-07-27T18:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19170#M82</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; I tried adding the just the QML folder you linked to and got the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml&lt;/BLOCKQUOTE&gt;&lt;P&gt;The extras folder doesn't have version info, which was different from the qml folder in the esri samples:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml\Esri\ArcGISExtras &lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\samples\ArcGISRuntimeSDKQt_QMLSamples\bin\qml\Esri\ArcGISExtras.1.1&lt;/BLOCKQUOTE&gt;&lt;P&gt;Also, should I be using the ArcGISRuntimeSDKQt_QMLSamples or ArcGISRuntimeSDKQt_CppSamples as a reference? (im using QML and cpp - have multiple .qml and multiple .cpp files)&lt;/P&gt;&lt;P&gt;Also I tried moving all of the api-ms-win*.dll files to my app, in addition to copying any missing files. (from both the QML samples and the cpp samples). In both cases, I got this as a result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415330_deploymentIssue_error.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:40:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19170#M82</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T18:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19171#M83</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James, I got the app to deploy by appending the version number. Thanks so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19171#M83</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T18:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19172#M84</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/330798"&gt;Christian Nuckols&lt;/A&gt;‌, that's great news! Happy to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19172#M84</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2018-07-27T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19173#M85</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone coming across this thread, when you copy this folder into your deployment:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml&lt;/BLOCKQUOTE&gt;&lt;P&gt;you need to look at&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\windows\x64\qml\Esri\ArcGISExtras&lt;/BLOCKQUOTE&gt;&lt;P&gt;and either append a version number to ArcGIS Extras to the copied subfolder or copy the appropriate Extras import library from the corresponding sample sdk&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;C:\Program Files (x86)\ArcGIS SDKs\Qt100.2.1\sdk\samples\ArcGISRuntimeSDKQt_CppSamples\bin\qml\Esri\ArcGISExtras.1.1&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Even if your app doesn't use this import. My app doesn't and this was the difference between it functioning on the deploy device or not.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 19:02:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19173#M85</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-27T19:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19174#M86</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;and either append a version number to ArcGIS Extras to the copied subfolder or copy the appropriate Extras import library from the corresponding sample sdk&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This shouldn't be required.&amp;nbsp; I am able to have the folder named as "qml\Esri\ArcGISExtras" without the ".1.1" on the end and it works fine to detect the import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; border: 0px; margin: 0px; padding: 0px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; margin: 0px; padding: 0px;"&gt;Even if your app doesn't use this import. My app doesn't and this was the difference between it functioning on the deploy device or not.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This should not be the case either.&amp;nbsp; The&amp;nbsp;&lt;SPAN&gt;"qml\Esri\ArcGISExtras" does not need to come along in the deployment of the app unless there is a QML file somewhere which imports "&lt;SPAN style="background-color: #f6f6f6;"&gt;import Esri.ArcGIS Extras 1.1"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;-Michael&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 22:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19174#M86</guid>
      <dc:creator>MichaelTims</dc:creator>
      <dc:date>2018-07-27T22:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment problems with C++ sdk for 100.2 runtime windows using msvc2017_64</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19175#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you're saying makes sense; the qml import should not need to be named to correspond the version (or included) if it isn't used at all. I don't have a diagnosis for why adding the version number fixed my problem, all I know is that I'm sure I tried an identical deployment without the version number appended to the folder and the deployment didn't function. I have quite a few QML components that imported the parent qml class(component?) which many builds ago *did* have the import statement, so one guess is that maybe some part of the makefile wasn't getting updated correctly and was still looking for the import?&amp;nbsp; Which still doesn't explain why the version number itself would be necessary.&amp;nbsp; In any case, after I got the issue resolved I added the Extras import again to use the scaleFactor property.&amp;nbsp; If I have time to figure out what the problem was I'll definitely come back to this thread and explain what was happening.&amp;nbsp; But you're right, it shouldn't behave in that way.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/deployment-problems-with-c-sdk-for-100-2-runtime/m-p/19175#M87</guid>
      <dc:creator>ChristianNuckols</dc:creator>
      <dc:date>2018-07-30T14:43:52Z</dc:date>
    </item>
  </channel>
</rss>

