<?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 for .NET Destop Add-Ins in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324433#M8462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Those are the dlls you need.&amp;nbsp; All of the ArcObjects classes are in the ESRI.ArcGIS namespace.&amp;nbsp; If you're looking at something that refers to the ESRI.ArcObjects namespace then that's probably about 10 years or so out of date.&amp;nbsp; Here's a link to the current ArcGIS 10 Developer Help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/ao_home.html"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/ao_home.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The API reference is a tab at the top of the page.&amp;nbsp; It also includes several other help topics that you may find useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 23:25:35 GMT</pubDate>
    <dc:creator>NeilClemmons</dc:creator>
    <dc:date>2012-02-22T23:25:35Z</dc:date>
    <item>
      <title>ArcObjects for .NET Destop Add-Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324430#M8459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to create an ArcCatalog Add-In tool, and everything sets up correctly and I can import it into ArcCatalog and it works.&amp;nbsp; The problems is that I need to use ArcObjects in the program, and I can't figure out how to get access to the ArcObject libraries.&amp;nbsp; I have tried to do an add reference and there are no ESRI.ArcObjects in the list.&amp;nbsp; I have installed the entire ArcObjects SDK for the Microsoft .NET Framework, but no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you use ArcObjects in an Add-In tool, or do I have to use an "Extending ArcObjects" type project?&amp;nbsp; If so, where are the ArcObject libraries located to reference from a .NET app?&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, 22 Feb 2012 16:33:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324430#M8459</guid>
      <dc:creator>LeonGosslin</dc:creator>
      <dc:date>2012-02-22T16:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects for .NET Destop Add-Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324431#M8460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of Visual Studio are you using?&amp;nbsp; If you are using a version that is not supported by the ESRI SDK then you will have to add the references manually by browsing to the assembly files.&amp;nbsp; These files are in the DotNet folder under the folder where you installed ArcGIS Desktop.&amp;nbsp; Also, make sure your project in Visual Studio is set to target the correct version of the .NET Framework (which for ArcGIS 10 should be .NET 3.5).&amp;nbsp; If you are targeting the .NET 4.0 Framework then I don't think the assemblies show up in the References dialog on the .NET tab.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324431#M8460</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2012-02-22T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects for .NET Destop Add-Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324432#M8461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Neil, thanks for your response.&amp;nbsp; I am using Arc 10 and Visual Studio 2008 targeting framework 3.5.&amp;nbsp; I found the DotNet folder under the DeveloperKit10.0 directory that had all the ESRI dll's in them, and there is a bunch of dll's such as ESRI.ArcGIS.3DAnalyst.dll, ESRI.ArcGIS.3DAnalystUI.dll, ESRI.ArcGIS.ADF.Connection.Core.dll, etc., but nothing in there with ArcObjects.&amp;nbsp; From looking on Google, it looks like there should be dll's called ESRI.ArcObjects.whatever in there, but I can't find them.&amp;nbsp; I tried reinstalling the ArcObjects SDK for Microsoft .NET Framework, but that didn't do anything new.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure where to go from here.&amp;nbsp; Are the ArcObject dll's suposed to be installed with the DotNet Developer kit?&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, 22 Feb 2012 23:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324432#M8461</guid>
      <dc:creator>LeonGosslin</dc:creator>
      <dc:date>2012-02-22T23:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects for .NET Destop Add-Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324433#M8462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Those are the dlls you need.&amp;nbsp; All of the ArcObjects classes are in the ESRI.ArcGIS namespace.&amp;nbsp; If you're looking at something that refers to the ESRI.ArcObjects namespace then that's probably about 10 years or so out of date.&amp;nbsp; Here's a link to the current ArcGIS 10 Developer Help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/ao_home.html"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/ao_home.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The API reference is a tab at the top of the page.&amp;nbsp; It also includes several other help topics that you may find useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 23:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324433#M8462</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2012-02-22T23:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects for .NET Destop Add-Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324434#M8463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oic...I have been out of the ArcObjects stuff for a while...thanks for your help man...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 15:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-for-net-destop-add-ins/m-p/324434#M8463</guid>
      <dc:creator>LeonGosslin</dc:creator>
      <dc:date>2012-02-23T15:09:59Z</dc:date>
    </item>
  </channel>
</rss>

