<?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: Debugging add-in in Visual Studio - Add-in is not deployed automatically in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2382#M61</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;by defult its not neccessary to do this, if you have created an addIn-Project in Visual Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe, you can go back, make the options to default, and create a new addIn project importing your old developments.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2011 12:45:22 GMT</pubDate>
    <dc:creator>SebastianKrings</dc:creator>
    <dc:date>2011-03-14T12:45:22Z</dc:date>
    <item>
      <title>Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2381#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In this page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_debug_add_ins/0001000002vs000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_debug_add_ins/0001000002vs000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it says to "Confirm that the add-in is deployed to the well known folder where the Desktop applications will access it. Typically this is already done because add-ins created with the ESRI Visual Studio integrated development environment (IDE) template are automatically deployed each time they are built."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I have created a Visual Studio Add-in Application for ArcCatalog, and when I build it or debug it, the .esriAddIn file does not get copied to the AddIns folder in my user\documents\ArcGIS folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to add a Post-build event in Visual Studio to copy that file but it seems that the file is not immediately available after build and so the copy fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I manually copy the .esriAddIn and manually start ArcCatalog, the add-in works fine but to debug it I have to manually attach Visual Studio to the ArcCatalog process everytime, which is very time consuming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 10:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2381#M60</guid>
      <dc:creator>João_PauloMenezes</dc:creator>
      <dc:date>2011-03-14T10:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2382#M61</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;by defult its not neccessary to do this, if you have created an addIn-Project in Visual Studio.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe, you can go back, make the options to default, and create a new addIn project importing your old developments.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 12:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2382#M61</guid>
      <dc:creator>SebastianKrings</dc:creator>
      <dc:date>2011-03-14T12:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2383#M62</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is that I changed the "Target Framework" to ".NET Framework 4" in the Visual Studio project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I press F5, ArcCatalog launches, the Add-in works as expected but I cannot debug/breakpoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also tried changing the AddIn language to "CLR4.0" in the .esriaddinx file, without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone managed to debug .NET 4.0 Add-ins with F5?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 16:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2383#M62</guid>
      <dc:creator>João_PauloMenezes</dc:creator>
      <dc:date>2011-03-14T16:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2384#M63</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the 3.5.1 framework instead of 4.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can make 4.0 work but ESRI does not deliver it and you have to do a bit of configuration.&amp;nbsp; Search the forums for this because it has been discussed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2011 20:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2384#M63</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-03-14T20:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2385#M64</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again Richard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand that this isn't supported, as ArcCatalog does not run on .NET 4.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this point, because I'm using many 4.0 functionalities, it would be difficult to go back to 3.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please give me a reference/link to the forum threads that concern this issue? I couldn't find any of them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 15:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2385#M64</guid>
      <dc:creator>João_PauloMenezes</dc:creator>
      <dc:date>2011-05-06T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2386#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is a few of the posts I quickly found.&amp;nbsp; There are many more I remember seeing some time ago, including posts which describe how you modify the config file in order to make the 4.0 framework work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My recommendation is to stick with 3.5 and move to 4.0 only after ESRI supports it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/12861-Visual-Studio-2010-Integration-Problem?highlight=4.0+framework"&gt;http://forums.arcgis.com/threads/12861-Visual-Studio-2010-Integration-Problem?highlight=4.0+framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/8595-Does-ArcGIS-10.0-support-.NET-4.0?highlight=4.0+framework"&gt;http://forums.arcgis.com/threads/8595-Does-ArcGIS-10.0-support-.NET-4.0?highlight=4.0+framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/8315-Which-Visual-Studio-edition-for-ArcGIS-10-development?highlight=4.0+framework"&gt;http://forums.arcgis.com/threads/8315-Which-Visual-Studio-edition-for-ArcGIS-10-development?highlight=4.0+framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx"&gt;http://blogs.esri.com/Info/blogs/arcgisexplorerblog/archive/2010/09/08/using-visual-studio-2010-and-net-4-0-with-arcgis-explorer.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2011 21:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2386#M65</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-05-08T21:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging add-in in Visual Studio - Add-in is not deployed automatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2387#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;My recommendation is to stick with 3.5 and move to 4.0 only after ESRI supports it.&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BINGO!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Search function is your friend!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2011 14:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/debugging-add-in-in-visual-studio-add-in-is-not/m-p/2387#M66</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2011-05-09T14:05:44Z</dc:date>
    </item>
  </channel>
</rss>

