<?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 adding visual studio projects to add-in manager ArcGIS 10 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158336#M4160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have been playing with the add-in manager and visual studio and i am pretty sure i may have broken something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now when i create a new project in visual studio using the desktop add-in template the project no longer automatically shows up in the add-in manager in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to manually add the project so it shows up in the add-in manager or is there a way to "reset" something so that my desktop add-ins created in visual studio will automatically show up again?&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;max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 11:26:30 GMT</pubDate>
    <dc:creator>maxsteinbrenner</dc:creator>
    <dc:date>2011-01-26T11:26:30Z</dc:date>
    <item>
      <title>adding visual studio projects to add-in manager ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158336#M4160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have been playing with the add-in manager and visual studio and i am pretty sure i may have broken something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now when i create a new project in visual studio using the desktop add-in template the project no longer automatically shows up in the add-in manager in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to manually add the project so it shows up in the add-in manager or is there a way to "reset" something so that my desktop add-ins created in visual studio will automatically show up again?&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;max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 11:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158336#M4160</guid>
      <dc:creator>maxsteinbrenner</dc:creator>
      <dc:date>2011-01-26T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding visual studio projects to add-in manager ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158337#M4161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One possibility:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you change the security option in the Add-In Manager (on the Options tab page)? If you change it from "Load all Add-ins without restrictions" to "Require Add-ins to be digitally signed...", your Add-In will not be loaded unless it has been digitally signed. And, of course, the other setting only loads ESRI's Add-Ins.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 17:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158337#M4161</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-01-26T17:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: adding visual studio projects to add-in manager ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158338#M4162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But unfortunately that is not it... I have it on the least secure one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In looking around further, i did find this directory:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Documents and Settings\steinbm1\My Documents\ArcGIS\AddIns\Desktop10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are a few folders in there that look have names like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{b2112169-d8da-41c0-a979-7b34437506b8}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;within that folder is a file like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcmapaddin3.esriaddin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for each of these files/folders in the directory a corresponding add-in is in my ArcMap add-in manager.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately it just does not seem to make these directories regularly anymore when i create the add-ins through visual studio? in playing with it for most of the day yesterday i was able to get it to create another couple add-ins which did show up here (and therefore get put into the add-in manager) but it just doesn't seem to happen consistently anymore? any ideas on how to fix this would be great.&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;max&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 11:00:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158338#M4162</guid>
      <dc:creator>maxsteinbrenner</dc:creator>
      <dc:date>2011-01-27T11:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding visual studio projects to add-in manager ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158339#M4163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There was a post a while back regarding Add-Ins not reflecting changes made after a new compile. One recommendation was clearing your assembly cache. (set explorer to show protected operating system files). You will see a similar hierarchy of GUID folder names as the Add-Ins folder, except only the DLLs are within them:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XP:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Documents and Settings\&amp;lt;username&amp;gt;\Local Settings\Application Data\ESRI\Desktop10.0\AssemblyCache\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Win7:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;\Users\&amp;lt;username&amp;gt;\AppData\Local\ESRI\Desktop10.0\AssemblyCache\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if that will help, since it sounds like the build process in VS is the problem. But sometimes stabs in the dark hit something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:55:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/adding-visual-studio-projects-to-add-in-manager/m-p/158339#M4163</guid>
      <dc:creator>JeffreyHamblin</dc:creator>
      <dc:date>2011-01-27T20:55:00Z</dc:date>
    </item>
  </channel>
</rss>

