<?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: Esri.ArcGISRuntimeEnvironment.ClientId Attribute? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntimeenvironment-clientid-attribute/m-p/469263#M5791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't needed any longer. Just set the license-key and you're good to go. See the licensing doc here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2016 21:29:14 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2016-12-01T21:29:14Z</dc:date>
    <item>
      <title>Esri.ArcGISRuntimeEnvironment.ClientId Attribute?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntimeenvironment-clientid-attribute/m-p/469262#M5790</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;In an earlier version of the .NET SDK we were able to remove the "for development use only" watermark with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.ClientId = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16; background-color: #f8f8f8; font-size: 13px;"&gt;"mYcLieNTid"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91; background-color: #f8f8f8; font-size: 13px;"&gt;try&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt; { &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize(); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;} &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; background-color: #f8f8f8; font-size: 13px;"&gt;catch&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt; (Exception ex) { Console.WriteLine(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16; background-color: #f8f8f8; font-size: 13px;"&gt;"Unable to initialize the ArcGIS Runtime with the client ID provided: "&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt; + ex.Message); }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;With version 100.0.0 of the SDK it seems that the ClientId attribute is no longer a member of the ArcGISRuntimeEnvironment class. &amp;nbsp;Has it moved? &amp;nbsp;Is there a different way to add the client ID? &amp;nbsp;Looking through the documentation I only see a way to initialize with a license or a named user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8; font-size: 13px;"&gt;Schuyler&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 21:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntimeenvironment-clientid-attribute/m-p/469262#M5790</guid>
      <dc:creator>SchuylerDuarte</dc:creator>
      <dc:date>2016-12-01T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Esri.ArcGISRuntimeEnvironment.ClientId Attribute?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntimeenvironment-clientid-attribute/m-p/469263#M5791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't needed any longer. Just set the license-key and you're good to go. See the licensing doc here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/license-your-app.htm"&gt;License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 21:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/esri-arcgisruntimeenvironment-clientid-attribute/m-p/469263#M5791</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-12-01T21:29:14Z</dc:date>
    </item>
  </channel>
</rss>

