<?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: The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93062#M2463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi I am running one simple Desktop program using C#.Net&lt;BR /&gt;&lt;BR /&gt;While running the program, I am getting the below error.&lt;BR /&gt;The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS' (are you missing an assembly reference?)&lt;BR /&gt;&lt;BR /&gt;Tried Solution:&lt;BR /&gt;I tried to solve this solution by adding ArcGIS Reference. But I could not able to findout the ESRI.ArcGIS.ArcMap reference in the list. &lt;BR /&gt;&lt;BR /&gt;Using Softwares:&lt;BR /&gt;ArcGIS Desktop 9.2, VS2005.&lt;BR /&gt;&lt;BR /&gt;Please give the solution.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post complete code...?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Feb 2011 08:56:59 GMT</pubDate>
    <dc:creator>Venkata_RaoTammineni</dc:creator>
    <dc:date>2011-02-03T08:56:59Z</dc:date>
    <item>
      <title>The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93060#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I am running one simple Desktop program using C#.Net&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While running the program, I am getting the below error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS' (are you missing an assembly reference?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tried Solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to solve this solution by adding ArcGIS Reference. But I could not able to findout the ESRI.ArcGIS.ArcMap reference in the list. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using Softwares:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Desktop 9.2, VS2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please give the solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 15:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93060#M2461</guid>
      <dc:creator>SreenivasaRaoPigili</dc:creator>
      <dc:date>2011-02-02T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93061#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you try to add reference to your project, you should have a bunch of ESRI namespaces.&amp;nbsp; ESRI.ArcGIS.ArcMap should be one of them.&amp;nbsp; If you have none of the ESRI.ArcGIS ones, the .NET support is not installed (if you have installed ArcGIS before the .NET framework this will happen.)&amp;nbsp; You can verify this by looking for the "dotNet" folder in you ArcGIS installation folder.&amp;nbsp; If it is missing, you need to run the installer again and make sure the .net support is installed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 18:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93061#M2462</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2011-02-02T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93062#M2463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi I am running one simple Desktop program using C#.Net&lt;BR /&gt;&lt;BR /&gt;While running the program, I am getting the below error.&lt;BR /&gt;The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS' (are you missing an assembly reference?)&lt;BR /&gt;&lt;BR /&gt;Tried Solution:&lt;BR /&gt;I tried to solve this solution by adding ArcGIS Reference. But I could not able to findout the ESRI.ArcGIS.ArcMap reference in the list. &lt;BR /&gt;&lt;BR /&gt;Using Softwares:&lt;BR /&gt;ArcGIS Desktop 9.2, VS2005.&lt;BR /&gt;&lt;BR /&gt;Please give the solution.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you post complete code...?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 08:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93062#M2463</guid>
      <dc:creator>Venkata_RaoTammineni</dc:creator>
      <dc:date>2011-02-03T08:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93063#M2464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I know it's been a while but I'm having a similar problem and I didn't want to create a whole new post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to reference some ESRI.ArcGIS namespaces but not others (which I need). I have access to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.Geometry;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.Carto;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.ArcMapUI;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.Desktop;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.esriSystem;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;using ESRI.ArcGIS.Framework;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use SpatialAnalyst at the moment... I'm pretty new to ArcObjects so pardon me if I'm missing something obvious. (I have the SDK installed and .NET framework 3.5)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grace&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 21:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93063#M2464</guid>
      <dc:creator>GraceCai</dc:creator>
      <dc:date>2012-06-28T21:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: The type or namespace name 'ArcMap' does not exist in the namespace 'ESRI.ArcGIS</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93064#M2465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are these assemblies listed in the references list of the project properties?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2012 13:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/the-type-or-namespace-name-arcmap-does-not-exist/m-p/93064#M2465</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2012-06-29T13:58:30Z</dc:date>
    </item>
  </channel>
</rss>

