<?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: Calling custom toolbox from ArcObjects in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373055#M9788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabiano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean?&lt;/P&gt;&lt;P&gt;The code is AddIn it does not required registration and we run from VS so it register automatically everything.&lt;/P&gt;&lt;P&gt;Please explain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2020 13:34:30 GMT</pubDate>
    <dc:creator>ModyBuchbinder</dc:creator>
    <dc:date>2020-07-06T13:34:30Z</dc:date>
    <item>
      <title>Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373050#M9783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;We have a problem with calling our toolbox from ArcObjects.&lt;/P&gt;&lt;P&gt;Check the attached screen shot. The toolbox exists, it was created with the same version of ArcGIS, it include one simple tool.&lt;/P&gt;&lt;P&gt;It all works just fine on my machine but we tested it on a few machines on the client site and it fail with the error message you see.&lt;/P&gt;&lt;P&gt;Anybody have any idea what is wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 10:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373050#M9783</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-06-30T10:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373051#M9784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you&amp;nbsp;background processes in ArcGIS enabled or disabled ? (see the Geoprocessing Options dialog box)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 11:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373051#M9784</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2020-06-30T11:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373052#M9785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We tried both (with or without) and it does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 04:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373052#M9785</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-07-02T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373053#M9786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use custom tool use:&lt;/P&gt;&lt;PRE class="line-numbers language-csharp"&gt;&lt;CODE&gt;IGeoProcessor2 IGeoProcessor2 gp &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;GeoProcessor&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; IGeoProcessor2&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If '&lt;EM&gt;Embed Interop Types&lt;/EM&gt;' is set to &lt;EM&gt;true&lt;/EM&gt; then omit the 'Class' at the end of the type (GeoProcessorClass -&amp;gt; GeoProcessor() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check that you have target 'x86' in VS and not 'Any'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 09:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373053#M9786</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2020-07-02T09:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373054#M9787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you registered your toolbox class with EsriRegAsm.exe application on all client machines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 10:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373054#M9787</guid>
      <dc:creator>FabianoFerrazza1</dc:creator>
      <dc:date>2020-07-06T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373055#M9788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabiano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean?&lt;/P&gt;&lt;P&gt;The code is AddIn it does not required registration and we run from VS so it register automatically everything.&lt;/P&gt;&lt;P&gt;Please explain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:34:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373055#M9788</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-07-06T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373056#M9789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, maybe i misunderstood.&lt;/P&gt;&lt;P&gt;Is Your Geoprocessing a Custom geoprocessing (developed with arcobjects)? Or, simply, you have an addin that "launch" a "simple" geoprocessing tool (system tool or, anyway a tool build by model builder/python)? in this last case, i musunderstood &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373056#M9789</guid>
      <dc:creator>FabianoFerrazza1</dc:creator>
      <dc:date>2020-07-06T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373057#M9790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a GP tool that I wrote in Python&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373057#M9790</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-07-06T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373058#M9791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the Custom toolbox created by code or by desktop?&lt;/P&gt;&lt;P&gt;Do you have any ArcGIS desktop on the client site machine to try to launch the tool?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 14:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373058#M9791</guid>
      <dc:creator>FabianoFerrazza1</dc:creator>
      <dc:date>2020-07-06T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling custom toolbox from ArcObjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373059#M9792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is all very simple (that is why I am lost).&lt;/P&gt;&lt;P&gt;Everything in done on a single machine with ArcMap, VS and ArcObjects.&lt;/P&gt;&lt;P&gt;I created very simple Python script. Create a toolbox from it (simple toolbox not python toolbox).&lt;/P&gt;&lt;P&gt;I run the tool from ArcMap with no problem.&lt;/P&gt;&lt;P&gt;I created a VS solution trying to call the same tool and it fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 05:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/calling-custom-toolbox-from-arcobjects/m-p/373059#M9792</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-07-07T05:00:24Z</dc:date>
    </item>
  </channel>
</rss>

