<?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: &amp;quot;Edit and Continue&amp;quot; in ArcMap with Visual Studio 2012 not working in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171849#M4444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - I didn't know about the Modules Window.&amp;nbsp; In looking at it, I do see a ton of .dlls, but not the one that I am hoping to debug.&amp;nbsp; But I'm confident that it is running my latest code because I can see a message box pop up that matches a string that I just entered. But for whatever reason, the code won't break on breakpoints.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 18:26:55 GMT</pubDate>
    <dc:creator>RiverTaig1</dc:creator>
    <dc:date>2014-02-12T18:26:55Z</dc:date>
    <item>
      <title>&amp;quot;Edit and Continue&amp;quot; in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171847#M4442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an extension that I would like to debug using "Edit and Continue" so that I don't have to get out of ArcMap to add a little code or to make changes.&amp;nbsp; Unfortunately, my breakpoints aren't getting hit.&amp;nbsp; If I hover over the breakpoints I get, "The breakpoint will not be hit. No symbols have been loaded for this document".&amp;nbsp;&amp;nbsp; The code though is obviously running as it hits messageboxes that I have just added. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;==Notes==&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I am compiling in Debug mode. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I'm using .net framework 4.5, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) I'm using Visual studio 2012. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Under Tool&amp;gt;Options&amp;gt;Debugging&amp;gt;Edit and Continue, I have the "Enable Edit and Continue" checkbox checked. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) I have tried compiling using "Any CPU" and "x86".&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) On Project&amp;gt;Properties&amp;gt;Debugging, I have set the startup program to ArcMap, and click start (F5) to start ArcMap. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something else I need to do to load the symbols?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171847#M4442</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2014-02-12T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: "Edit and Continue" in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171848#M4443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never user VS2012 but I certainly have encountered this.&amp;nbsp; Make sure you have don't have some other version of the code kicking around.&amp;nbsp; In debug, you should be able to open the "modules" window.&amp;nbsp; This shows all the dlls loaded by ArcMap, including your own and the path to the dll.&amp;nbsp; Make sure you have the right one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171848#M4443</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2014-02-12T18:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: "Edit and Continue" in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171849#M4444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks - I didn't know about the Modules Window.&amp;nbsp; In looking at it, I do see a ton of .dlls, but not the one that I am hoping to debug.&amp;nbsp; But I'm confident that it is running my latest code because I can see a message box pop up that matches a string that I just entered. But for whatever reason, the code won't break on breakpoints.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171849#M4444</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2014-02-12T18:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Edit and Continue" in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171850#M4445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the debugging options, you can try removing the "Require source files to exactly match the original version"&amp;nbsp; I have found that in some cases vs recognizes the code as different even when it is not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 18:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171850#M4445</guid>
      <dc:creator>AlexanderGray</dc:creator>
      <dc:date>2014-02-12T18:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: "Edit and Continue" in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171851#M4446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the bottom line is that you can't use edit and continue with ArcMap if you are targeting the .NET Framework 4.5.&amp;nbsp; While Edit and Continue won't work, you can at least still debug (in a read only manner) by attaching to the process: On the Debug menu, choose Attach to Process, select ArcMap.exe from the list of "Available Processes" and be sure to Select "Managed (v4.5, v4.0) code" or those breakpoints won't be hit either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 14:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171851#M4446</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2014-02-13T14:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Edit and Continue" in ArcMap with Visual Studio 2012 not working</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171852#M4447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It turns out that you can use edit and continue if you are targeting the .NET framework 4.5. Here's how:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000nzv000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000nzv000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the off chance that link breaks in the future, in a nutshell what you need to do is open up ArcMap.exe.config (in the same folder as ArcMap) and edit the file by adding the line of code in bold below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;startup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/startup&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2014 21:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/amp-quot-edit-and-continue-amp-quot-in-arcmap-with/m-p/171852#M4447</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2014-03-22T21:38:08Z</dc:date>
    </item>
  </channel>
</rss>

