<?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: This control requires an ArcGIS Engine Developer kit license in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123308#M3249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;has anyone found a solution to this problem? I am getting the same error on my deployment machine with a valid arc engine runtime license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why would the application even look for the developer kit license on a deployment machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help greatly appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 12:47:41 GMT</pubDate>
    <dc:creator>wadsonmakari</dc:creator>
    <dc:date>2013-07-25T12:47:41Z</dc:date>
    <item>
      <title>This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123304#M3245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a Visual Studio 2010 application that incorporates an ArcObjects Viewer class (DLL) and I am using ClickOnce deployment for the application.&amp;nbsp; I have on the development/application server a license for ArcInfo and ArcGIS Engine Runtime and ArcGIS Runtime Dev Kit Version 10.0.&amp;nbsp; The application runs fine on the development server.&amp;nbsp; The license control is set to use Engine or ArcInfo.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a user runs the application on another system that only has ArcInfo licensed, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"This control requires an ArcGIS Engine Developer kit license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please contact ESRI to acquire the correct license."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;then this error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"is not authorized for use.&amp;nbsp; Access the ArcGIS Administrator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click on the product folder on the left (e.g. Desktop), then select the Single&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Product you will be using and click the Authorize Now button.&amp;nbsp; If you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have already received an authorization file from ESRI and am now ready to finish&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the authorization process."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know why I get this error and how to fix it?&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, 26 Sep 2012 20:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123304#M3245</guid>
      <dc:creator>MikeWilliams2</dc:creator>
      <dc:date>2012-09-26T20:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123305#M3246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi fellow, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when some one answer a similar question that i made, with the following inquiry i felt almost offended...but i have to make it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that you make the binding, maybe you are making a binding only to Engine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;RuntimeManager.Bind(ProductCode.Engine);&lt;/PRE&gt;&lt;SPAN&gt; try to bind it to Engine or to Desktop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;RuntimeManager.Bind(ProductCode.EngineOrDesktop);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another point to review is to check if the client activated the ArcInfo licence....I know...I know...maybe you should chack that...but I have to ask...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok, when this happens?? at the moment fo running the application?&amp;nbsp; I'm througth something similar but during the execution: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/68052-Life-cycle-of-an-AxControls-license-missing-in-some-point-of-the-execution"&gt;http://forums.arcgis.com/threads/68052-Life-cycle-of-an-AxControls-license-missing-in-some-point-of-the-execution&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in a previous thread we have been discussing that too: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/48507-After-asking-for-Licence-state-Crash-after-2minutes"&gt;http://forums.arcgis.com/threads/48507-After-asking-for-Licence-state-Crash-after-2minutes&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 12:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123305#M3246</guid>
      <dc:creator>Cristian_Galindo</dc:creator>
      <dc:date>2012-10-02T12:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123306#M3247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem. I understand that you need to ask but I have done the binding and licensing you suggested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following code in my application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RuntimeManager.Bind(ProductCode.EngineOrDesktop);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the system was just licensed with ArcInfo Concurrent Use at the time of the previous post.&amp;nbsp; I did add an Engine Single use as well to see if that made a difference having both licensed but it did not.&amp;nbsp; Same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently working with ESRI and have an incident # to try and solve this.&amp;nbsp; When we do, I will post the solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 16:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123306#M3247</guid>
      <dc:creator>MikeWilliams2</dc:creator>
      <dc:date>2012-10-04T16:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123307#M3248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any news on this issue?&amp;nbsp; Similar behviour for ArcGIS Standard license within ArcEngine application&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 14:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123307#M3248</guid>
      <dc:creator>RimnetSupport</dc:creator>
      <dc:date>2012-11-28T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123308#M3249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;has anyone found a solution to this problem? I am getting the same error on my deployment machine with a valid arc engine runtime license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;why would the application even look for the developer kit license on a deployment machine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help greatly appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 12:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123308#M3249</guid>
      <dc:creator>wadsonmakari</dc:creator>
      <dc:date>2013-07-25T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123309#M3250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any solution for this yet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem. Trying to install an ArcEngine application with Desktop binding on a machine with ArcGIS Desktop and Standard concurrent license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also get the "This control requires an ArcGIS Engine developer kit license." message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123309#M3250</guid>
      <dc:creator>KoenVermeer</dc:creator>
      <dc:date>2014-02-17T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123310#M3251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post screenshot from your ArcGIS Administrator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Engine and Devkit have separate licenses? I dont know what you are using but it appears you need to license your devkit!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31538[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:40:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123310#M3251</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2014-02-18T03:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123311#M3252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the devkit license on my development machine. Where the application compiles and runs just fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem appears on non-dev machines(test/acc/prod) where only ArcGIS Desktop licenses are available. According to Esri documentation(and common sense) you don't need a devkit license on a non-dev machine and ArcGIS Engine apps should just work with a ArcGIS Desktop license.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 08:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123311#M3252</guid>
      <dc:creator>KoenVermeer</dc:creator>
      <dc:date>2014-03-05T08:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123312#M3253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After a lot of research, trial and error and help of Esri NL Support, I managed to fix this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seemed that the form's .resx file got corrupted somehow, and that triggered this strange behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I deleted the .resx file. Let VS regenerate it and all was well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 10:19:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123312#M3253</guid>
      <dc:creator>KoenVermeer</dc:creator>
      <dc:date>2014-03-05T10:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: This control requires an ArcGIS Engine Developer kit license</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123313#M3254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just happened to see this thread while looking for a solution to my problem myself...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I think I have found a solution for this... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;not sure if this will work for you guys...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what i have done before I got the &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;This control requires an ArcGIS Engine Developer kit license.&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Was enabling the Preview Mode for the MapControl and TOC...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And after days of searching... I just thought of Disabling the Preview Mode in both Controls and never seen the error till this day...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW the application is running on a Desktop License...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 05:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/this-control-requires-an-arcgis-engine-developer/m-p/123313#M3254</guid>
      <dc:creator>Gregory_KevinMorales</dc:creator>
      <dc:date>2014-05-14T05:46:38Z</dc:date>
    </item>
  </channel>
</rss>

