<?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: Invalid ArcGISRuntime deployment, unable to load native dll.  in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160368#M1814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you have resolved this issue. Please can you confirm when and where you downloaded ArcGIS Earth from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2016 16:41:10 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2016-03-14T16:41:10Z</dc:date>
    <item>
      <title>Invalid ArcGISRuntime deployment, unable to load native dll.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160365#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have builded app with arc gis runtime for .net. Application was running for some time and now I get exception message:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unable to initialize the ArcGIS Runtime Environment: Invalid ArcGISRuntime deployment, unable to load native dll. Maybe a missing native dependency, checking with dependency walker may help resolve this issue. C:\Program Files (x86)\Suntech\13_9\ResourceInventory\RI.Console\arcgisruntime10.2.6\client64\RuntimeCoreNETDesktop.dll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in dependency walker RuntimeCoreNETDesktop.dll (dwi saved in attachement) and it shows that there is missing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL&lt;/P&gt;&lt;P&gt;API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL&lt;/P&gt;&lt;P&gt;API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL&lt;/P&gt;&lt;P&gt;API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL&lt;/P&gt;&lt;P&gt;EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL&lt;/P&gt;&lt;P&gt;IESHIMS.DLL&lt;/P&gt;&lt;P&gt;SETTINGSYNCPOLICY.DLL&lt;/P&gt;&lt;P&gt;WLANAPI.DLL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comparing to enviornment where it works there is two more: SETTINGSYNCPOLICY.DLL, WLANAPI.DLL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do You have any suggestions what to check , reinstall ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sfc /scannow do not show any problems &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 10:47:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160365#M1811</guid>
      <dc:creator>RobertDawidziuk</dc:creator>
      <dc:date>2016-03-09T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ArcGISRuntime deployment, unable to load native dll.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160366#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say "&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;was running for some time&lt;/SPAN&gt;" - do you mean that your application was running OK on a specific machine and now, on that same machine it does not run? If so, has anything changed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a new machine on which your app has never run before then you should check that the client 64 folder contains the following dlls:&lt;/P&gt;&lt;P&gt;- msvcr120.dll&lt;/P&gt;&lt;P&gt;- msvcp120.dll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see it is trying to load the 64-bit runtime, you may also want to confirm that your application process which is hosting the ArcGIS Runtime components is running as 64-bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160366#M1812</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-03-11T17:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ArcGISRuntime deployment, unable to load native dll.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160367#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is the same machine. It is machine from out client environment and I do know exacly, but officialy there was no changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder contains dlls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is 64 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After install of ArcGisEarth it turns out that ServicePack 1 (for Windows 7) is needed, after install it starts to work correctly &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160367#M1813</guid>
      <dc:creator>RobertDawidziuk</dc:creator>
      <dc:date>2016-03-14T06:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid ArcGISRuntime deployment, unable to load native dll.</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160368#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad you have resolved this issue. Please can you confirm when and where you downloaded ArcGIS Earth from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 16:41:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-arcgisruntime-deployment-unable-to-load/m-p/160368#M1814</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-03-14T16:41:10Z</dc:date>
    </item>
  </channel>
</rss>

