<?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: Custom ArcMap extension registered but not showing in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270024#M1737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution to this issue? Im having a similar issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 17:53:24 GMT</pubDate>
    <dc:creator>JohnDodd</dc:creator>
    <dc:date>2017-03-10T17:53:24Z</dc:date>
    <item>
      <title>Custom ArcMap extension registered but not showing</title>
      <link>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270023#M1736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't found any info on this particular problem so let me try here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My job is to migrate a 9.3 desktop extention to 10.3, keeping the app in the original COM-based format (not an add-in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During debugging in Visual Studio 2010, I had to enable 'make assembly COM visible' for it to be registered to ArcGIS, otherwise it didn't show. After setting up the windows setup project en building in release with the right setting it succesfully finished the installation, included and installed&amp;nbsp; all the depencies in the correct directory and was visible in my installed programs list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is, it DID show up correctly on my machine (even after fully cleaning the solution and unistalling dev or previous builds), but NOT on any other machine with version 10.3.0/1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had tried so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;making sure the application installation folder was correctly set in the setup project and the installation was being done there.&lt;/LI&gt;&lt;LI&gt;made a new setup project with the same settings (there was an old version checked in to the repo)&lt;/LI&gt;&lt;LI&gt;correct .NET version (3.5) as installation prerequisite, same as all the projects/class libraries in the solution&lt;/LI&gt;&lt;LI&gt;enabled/disable the options 'register for COM interop' and 'make COM visible' for the main project&lt;/LI&gt;&lt;LI&gt;built main project in x86 explicitly instead of anyCPU&lt;/LI&gt;&lt;LI&gt;checked if Register property on the main projects assembly was set to 'vsdrfCOM'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I found out that the dll does get registered but there is some kind of safety check that doesn't add it to ArcMap upon registration. If it is not in the 'ESRI mx extension category'&amp;nbsp; (C:\Program Files (x86)\ArcGIS\Desktop10.3\bin\Categories.exe) then it will never be visible in ArcMap!!&lt;/P&gt;&lt;P&gt;But it appears that you can add it manually by opening the category importer, as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="202035" alt="catimporter.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/202035_catimporter.png" style="width: 620px; height: 432px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have more info on this problem? I don't seem to find much on ''arcgis category importer" or the message...&lt;/P&gt;&lt;P&gt;And why does it say it's been registered with a previous version of ArcGIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on windows 10 btw, the other test machines are on 8 and 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help,&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 May 2016 17:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270023#M1736</guid>
      <dc:creator>BramVan_Helleputte1</dc:creator>
      <dc:date>2016-05-25T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ArcMap extension registered but not showing</title>
      <link>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270024#M1737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution to this issue? Im having a similar issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 17:53:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270024#M1737</guid>
      <dc:creator>JohnDodd</dc:creator>
      <dc:date>2017-03-10T17:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom ArcMap extension registered but not showing</title>
      <link>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270025#M1738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone found solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing similar problem on 10.4.1 building solution using VS 2015 .Net 4.5.2. I can see it is listed by Categories.exe but not listed by ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 18:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/custom-arcmap-extension-registered-but-not-showing/m-p/270025#M1738</guid>
      <dc:creator>VijayYadav1</dc:creator>
      <dc:date>2017-05-11T18:03:20Z</dc:date>
    </item>
  </channel>
</rss>

