<?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: BindLicense issue in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99936#M2664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try x64?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server 10.1 is 64 bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 21:48:43 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2012-10-23T21:48:43Z</dc:date>
    <item>
      <title>BindLicense issue</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99934#M2662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Venturing into ArcServer from desktop/engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never have an issue w/ binding to Engine or Desktop and AoInitialize.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All dlls being used are available in Server Core.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;simple line of code, even with ArcServer installed and Authorized...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I see the productCode no problem...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp; Dim Info As IEnumerable(Of ESRI.ArcGIS.RuntimeInfo) = ESRI.ArcGIS.RuntimeManager.InstalledRuntimes ' check installed runtimes&amp;nbsp; for each item in Info&amp;nbsp; pProductCode = ESRI.ArcGIS.ProductCode.Server 'do it all at once... ESRI.ArcGIS.RuntimeManager.BindLicense(pProductCode, ESRI.ArcGIS.LicenseLevel.Standard)&amp;nbsp; *'aoLicenseIntializer = New ESRI.ArcGIS.esriSystem.AoInitialize() ' Must be the first object created Next&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;at BindLicense line...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unable to initialize an ArcGIS 10.1 license. Could not find any of the following product license(s): ArcServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 20:02:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99934#M2662</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2012-10-19T20:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: BindLicense issue</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99935#M2663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcGIS.Version Namespace is not visible to add as a reference in Visual studio on the server, yet, it exists in the Windows/assembly directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have made sure that the x86 CPU is targeted, using 3.5 Client Framework.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned, zero issues with Engine or any desktop level, but trying to AoInitialize ArcServer license product code...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 16:40:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99935#M2663</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2012-10-23T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: BindLicense issue</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99936#M2664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try x64?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Server 10.1 is 64 bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 21:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99936#M2664</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2012-10-23T21:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: BindLicense issue</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99937#M2665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solution Platform to Any CPU (x64) works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lesson learned on my part.&amp;nbsp; Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So used to all desktop at x86.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2012 15:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/bindlicense-issue/m-p/99937#M2665</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2012-10-24T15:37:54Z</dc:date>
    </item>
  </channel>
</rss>

