<?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: ArcObjects tool development - Could not find some namespaces in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119949#M3121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got the downloaded ArcObjects_SDK_for_Net_Framework_101_129966 and gthe problem solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2013 17:51:48 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2013-08-01T17:51:48Z</dc:date>
    <item>
      <title>ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119944#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I worked on multiple ArcObjects Desktop applications several years ago.&amp;nbsp; In those project, I needed to add some references, e.g. ESRI.ArcGIS.ADF, ESRI.ArcGIS.Utility (this one is in ESRI.ArcGIS.ADF?), etc., which could not found in my CPU.&amp;nbsp; Where could I find their dlls?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Besides, in the created project, I could not add ESRI.ArcGIS.Geoprocessor.dll and ESRI.ArcGIS.GeoprocessingLib.dll.&amp;nbsp; The error message shows that the xxx.dll can't be added.&amp;nbsp; Please make sure that the file is accessible, and that it is a valid assembly or COM component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help if you can.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119944#M3116</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-08-01T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119945#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have the ArcObjects SDK installed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119945#M3117</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2013-08-01T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119946#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Probably not.&amp;nbsp; Through Control Panel\All Control Panel Items\Programs and Features\, I did not see it.&amp;nbsp; Per your hint, I should find the SDK and then install it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119946#M3118</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-08-01T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119947#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ESRI.ArcGIS.ADF assembly was replaced at 10.0 by several assemblies. See the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/What_s_new_at_10/0001000002zp000000/"&gt;help documentation&lt;/A&gt;&lt;SPAN&gt; under the heading of New Assemblies. For example, if you're using comReleaser, you'll have to load the ESRI.ArcGIS.ADF.Connection.Local assembly. The assemblies ESRI.ArcGIS.Geoprocessor and ESRI.ArcGIS.GeoprocessorUI (I couldn't see a ESRI.ArcGIS.GeoprocessorLib assembly) have to be loaded using Add Reference instead Add ArcGIS Reference. This is also true for any of the toolboxes (DataManagementTools, etc.).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119947#M3119</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-08-01T16:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119948#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use VS 2010 to Add Reference, and got the error for Geoprocessor and GeoprocessingLib, but OK for many other dlls. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Searched my C:\ and could not find ESRI.ArcGIS.ADF assembly and GeoroprocessorUI.dll.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 16:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119948#M3120</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-08-01T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects tool development - Could not find some namespaces</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119949#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got the downloaded ArcObjects_SDK_for_Net_Framework_101_129966 and gthe problem solved.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 17:51:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-tool-development-could-not-find-some/m-p/119949#M3121</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-08-01T17:51:48Z</dc:date>
    </item>
  </channel>
</rss>

