<?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: license problem when run my application (after porting) in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459087#M12438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes there is, it is not specific to .net.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004600000022000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004600000022000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 15:43:00 GMT</pubDate>
    <dc:creator>AlexanderGray</dc:creator>
    <dc:date>2013-10-16T15:43:00Z</dc:date>
    <item>
      <title>license problem when run my application (after porting)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459084#M12435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've just finish a porting from ArcGis 9.3 to ArcGis 10.1 of an application. The building is ok, but when I run it this error message appears:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"LicenseUtilities::InitializeApp&amp;nbsp; Unable to initialize ArcObjects (No appropriate licence available)"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my ArcGIS Administrator all license are available and the registration was without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To complete the information the porting of my application, start from an environment with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Win XP SP3 - VS 2005 -ArcGIS 9.3&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Win 7 (32bit) - VS 2010 SP1 - ArcGIS 10.1. In the old environment the application works correctly, without license problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I check/set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 12:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459084#M12435</guid>
      <dc:creator>IvanoIerace</dc:creator>
      <dc:date>2013-10-16T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: license problem when run my application (after porting)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459085#M12436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;new in arcgis 10 is binding to the product in addition to getting a license.&amp;nbsp; Look at the runtimeManager class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:22:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459085#M12436</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-10-16T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: license problem when run my application (after porting)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459086#M12437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;new in arcgis 10 is binding to the product in addition to getting a license.&amp;nbsp; Look at the runtimeManager class.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexander thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my previous post I forgot&amp;nbsp; write that the application was develop in c++ language (sorry). I known the binding is necessary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for .NET application .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point I suppose there is a similar action for cross-platform c++, or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ivano&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 13:52:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459086#M12437</guid>
      <dc:creator>IvanoIerace</dc:creator>
      <dc:date>2013-10-16T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: license problem when run my application (after porting)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459087#M12438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes there is, it is not specific to .net.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004600000022000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//004600000022000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 15:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459087#M12438</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2013-10-16T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: license problem when run my application (after porting)</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459088#M12439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;iierace,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link below may also be of some use for binding from the Visual C++ environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcObjects runtime binding for VC++ developers&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000nmm000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//000100000nmm000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 13:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/license-problem-when-run-my-application-after/m-p/459088#M12439</guid>
      <dc:creator>ScottKutz</dc:creator>
      <dc:date>2013-10-17T13:33:58Z</dc:date>
    </item>
  </channel>
</rss>

