<?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 Issue in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677786#M3462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having a problem getting my deployed app to run on a different machine. Under license builder, I specified "Testing" as license type. I copied the SetLicense string and put it in my application. I ran deployment builder and generated a deployment folder. I selected both x86 and x64 versions. I suspect it may be a directory issue. This is how it is set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/TestDeploy_1.0/ArcGISRuntime10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where my ArcGISDemo.exe is at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/ArcGISDemo.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With above configuration, I get an error when I launch that says: "System.Exception: Error initializing ArcGISRuntime. Unable to find ArcGISRuntime deployment folder..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, so I tried putting ArcGISRuntime10.1.1 in the same folder as ArcGISDemo.exe, and the application just crashes. I've also tried building the application for x64 and it still crashes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 15:54:35 GMT</pubDate>
    <dc:creator>RyanNoble</dc:creator>
    <dc:date>2013-05-21T15:54:35Z</dc:date>
    <item>
      <title>Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677786#M3462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having a problem getting my deployed app to run on a different machine. Under license builder, I specified "Testing" as license type. I copied the SetLicense string and put it in my application. I ran deployment builder and generated a deployment folder. I selected both x86 and x64 versions. I suspect it may be a directory issue. This is how it is set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/TestDeploy_1.0/ArcGISRuntime10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where my ArcGISDemo.exe is at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/ArcGISDemo.exe&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With above configuration, I get an error when I launch that says: "System.Exception: Error initializing ArcGISRuntime. Unable to find ArcGISRuntime deployment folder..."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, so I tried putting ArcGISRuntime10.1.1 in the same folder as ArcGISDemo.exe, and the application just crashes. I've also tried building the application for x64 and it still crashes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:54:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677786#M3462</guid>
      <dc:creator>RyanNoble</dc:creator>
      <dc:date>2013-05-21T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677787#M3463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm having a problem getting my deployed app to run on a different machine. Under license builder, I specified "Testing" as license type. I copied the SetLicense string and put it in my application. I ran deployment builder and generated a deployment folder. I selected both x86 and x64 versions. I suspect it may be a directory issue. This is how it is set up.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:/ArcGISDemo/bin/Release/TestDeploy_1.0/ArcGISRuntime10.1.1&lt;BR /&gt;&lt;BR /&gt;where my ArcGISDemo.exe is at:&lt;BR /&gt;&lt;BR /&gt;C:/ArcGISDemo/bin/Release/ArcGISDemo.exe&lt;BR /&gt;&lt;BR /&gt;With above configuration, I get an error when I launch that says: "System.Exception: Error initializing ArcGISRuntime. Unable to find ArcGISRuntime deployment folder..."&lt;BR /&gt;&lt;BR /&gt;OK, so I tried putting ArcGISRuntime10.1.1 in the same folder as ArcGISDemo.exe, and the application just crashes. I've also tried building the application for x64 and it still crashes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try putting the ArcGIS Runtime deployment folder at the same level as the application exe and without the top level deployment folder?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ie. C:/ArcGISDemo/bin/Release/ArcGISRuntime10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what works for me, although I am using 10.1 not 10.1.1, so perhaps something changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 16:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677787#M3463</guid>
      <dc:creator>SimonFisher</dc:creator>
      <dc:date>2013-05-21T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677788#M3464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I tried that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/TestDeploy_1.0/ArcGISRuntime10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:/ArcGISDemo/bin/Release/ArcGISRuntime10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first one gives me an error telling me to put ArcGISRuntime10.1.1 in the same directory as the executable. The second one just causes my executable to crash when I launch it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 17:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677788#M3464</guid>
      <dc:creator>RyanNoble</dc:creator>
      <dc:date>2013-05-21T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677789#M3465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i ran into the same issue a couple of days ago (after everything was working fine for a few weeks) and i had to specify the ArcGISRuntime.InstallPath for the arcgis runtime deployment folder. Check here for the documentation on that property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISRuntime~InstallPath.html"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISRuntime~InstallPath.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also, make sure to check out this guide on deploying your app:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/concepts/0170/017000000058000000.htm"&gt;http://resources.arcgis.com/en/help/runtime-wpf/concepts/0170/017000000058000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 18:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677789#M3465</guid>
      <dc:creator>MatthewSerbinski</dc:creator>
      <dc:date>2013-05-21T18:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677790#M3466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Problem solved. It turned out to be missing DLLs from a different product.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 19:10:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677790#M3466</guid>
      <dc:creator>RyanNoble</dc:creator>
      <dc:date>2013-05-21T19:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677791#M3467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;i ran into the same issue a couple of days ago (after everything was working fine for a few weeks) and i had to specify the ArcGISRuntime.InstallPath for the arcgis runtime deployment folder. Check here for the documentation on that property:&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISRuntime~InstallPath.html"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.ArcGISRuntime~InstallPath.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also, make sure to check out this guide on deploying your app:&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/concepts/0170/017000000058000000.htm"&gt;http://resources.arcgis.com/en/help/runtime-wpf/concepts/0170/017000000058000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hi aquaseal�?could you kindly show me the code snippet about how to set the ArcGISRuntime.InstallPath�?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 16:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/deployment-issue/m-p/677791#M3467</guid>
      <dc:creator>adamloo</dc:creator>
      <dc:date>2014-04-28T16:13:49Z</dc:date>
    </item>
  </channel>
</rss>

