<?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: IGXDialog with ArcEngine Arc 10 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389136#M10344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I thought ESRI was going to encourage Engine not discourage working with it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem here is that you're not using just the Engine product.&amp;nbsp; You're using something that doesn't come with Engine.&amp;nbsp; Unless things have changed, you will not be able to use an Engine runtime license for your application because it will not allow you to use the Desktop components your application requires.&amp;nbsp; Instead, you will need to bind to the Desktop product and then check out a Desktop license.&amp;nbsp; Have you tried this without attempting any Engine binding/checkout?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 12:28:49 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2013-08-13T12:28:49Z</dc:date>
    <item>
      <title>IGXDialog with ArcEngine Arc 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389133#M10341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have asked before and not gotten a clear answer, so hoping this will be the ticket. I have an ArcEngine 9.3&amp;nbsp; application the uses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IGXDialog and IExportOperation, it worked fine, but now that I am in 10.1, it doesn't recognize these libraries. According to EDN I shouldn't have been able to use these at for ArcEngine!!! But I did set the licenses to both desktop and Engine when the original application was initiated. I have had some response that I have to bind my license before using any ArcObjects, which is what I do like this&amp;nbsp;&amp;nbsp; ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Engine) and&amp;nbsp; ESRI.ArcGIS.RuntimeManager.Bind(ESRI.ArcGIS.ProductCode.Desktop) , because I understand that if I get Desktop license involved, then I can use these libraries. But I still get errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been to this site &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000002ns000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000002ns000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but it didn't help me either. I need some very explicit example on how to do this please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 19:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389133#M10341</guid>
      <dc:creator>DebbieAlger</dc:creator>
      <dc:date>2013-08-12T19:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: IGXDialog with ArcEngine Arc 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389134#M10342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't say for 100% sure what the exact details are as I haven't developed with Engine for quite some time, but generally speaking you cannot develop with Desktop interfaces and classes unless you have a licensed copy of ArcGIS Desktop installed (along with the Desktop SDK).&amp;nbsp; Along those same lines, your users will also have to have a licensed copy of ArcGIS Desktop installed in order for these Desktop interfaces and classes to be available at runtime (not to mention your application will need to handle the appropriate binding and license checkout).&amp;nbsp; Since your application is an Engine application, I would suggest you not use anything that is not available as part of the Engine product.&amp;nbsp; The GxDialog can be replaced with standard Windows file and/or folder browsers.&amp;nbsp; There are several geoprocessing tools that can replace IExportOperation (such as FeatureClassToFeatureClass).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 19:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389134#M10342</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-08-12T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: IGXDialog with ArcEngine Arc 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389135#M10343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for much for replying Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do in fact have Desktop installed on my machine and all my clients do to. I have the .Net SDK installed also, is there another SDK just for desktop?? I was not aware of this, maybe that is the issue. I can't use the FeatureclasstoFeatureclass, because what I need to do is specifically export the featureclass data as a table and I don't think anything does this except for Iexportoperation. I actually tried to use FeatureDataConverter, which works to some degree but requires fields being added and copied and got really messy. as for using the Windows Dialog, I did try that and it was also messy especially when the user had to select Grids, there is no filter for that. I know this can be done, because some people have said it is doable, but I am missing something integral with the binding of licenses I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought ESRI was going to encourage Engine not discourage working with it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389135#M10343</guid>
      <dc:creator>DebbieAlger</dc:creator>
      <dc:date>2013-08-13T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: IGXDialog with ArcEngine Arc 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389136#M10344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I thought ESRI was going to encourage Engine not discourage working with it.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem here is that you're not using just the Engine product.&amp;nbsp; You're using something that doesn't come with Engine.&amp;nbsp; Unless things have changed, you will not be able to use an Engine runtime license for your application because it will not allow you to use the Desktop components your application requires.&amp;nbsp; Instead, you will need to bind to the Desktop product and then check out a Desktop license.&amp;nbsp; Have you tried this without attempting any Engine binding/checkout?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 12:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/igxdialog-with-arcengine-arc-10/m-p/389136#M10344</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2013-08-13T12:28:49Z</dc:date>
    </item>
  </channel>
</rss>

