<?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 VB.net ArcMap AddIn migrated to 10.7  does not stop at Debug in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcmap-addin-migrated-to-10-7-does-not-stop/m-p/490995#M13233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- AddIn Editor extension&lt;/P&gt;&lt;P&gt;&amp;nbsp;- VS Visual Basic&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;-&amp;nbsp; ArcGIS 10.7.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I migrated a Vb.Net ArcMap AddIn application to a new desktop with ArcGIS 10.7.1 and VS 2017, and installed ArcObjects_SDK_for_NET_Framework_1071_169617.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addIn is not working, so I am trying to debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the .Net application in Debug mode, as soon as ArcMap starts opening (splash&amp;nbsp; screen),&amp;nbsp; breakpoints change from a solid red circle and a hollow (white filled) circle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to display a msgbox on&amp;nbsp; event "&amp;nbsp;Protected Overrides Sub OnStartup()" when the editor is loaded and it does not show.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else can I check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2020 15:02:28 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2020-06-18T15:02:28Z</dc:date>
    <item>
      <title>VB.net ArcMap AddIn migrated to 10.7  does not stop at Debug</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcmap-addin-migrated-to-10-7-does-not-stop/m-p/490995#M13233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- AddIn Editor extension&lt;/P&gt;&lt;P&gt;&amp;nbsp;- VS Visual Basic&amp;nbsp; 2017&lt;/P&gt;&lt;P&gt;-&amp;nbsp; ArcGIS 10.7.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I migrated a Vb.Net ArcMap AddIn application to a new desktop with ArcGIS 10.7.1 and VS 2017, and installed ArcObjects_SDK_for_NET_Framework_1071_169617.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addIn is not working, so I am trying to debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the .Net application in Debug mode, as soon as ArcMap starts opening (splash&amp;nbsp; screen),&amp;nbsp; breakpoints change from a solid red circle and a hollow (white filled) circle.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to display a msgbox on&amp;nbsp; event "&amp;nbsp;Protected Overrides Sub OnStartup()" when the editor is loaded and it does not show.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else can I check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 15:02:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcmap-addin-migrated-to-10-7-does-not-stop/m-p/490995#M13233</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2020-06-18T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: VB.net ArcMap AddIn migrated to 10.7  does not stop at Debug</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcmap-addin-migrated-to-10-7-does-not-stop/m-p/490996#M13234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I did to fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I created a new ArcMap AddIN project&amp;nbsp; in VB.Net 2017 using&amp;nbsp; template Desktop-Add-ins--&amp;gt; ArcMapAdd-In&lt;/LI&gt;&lt;LI&gt;Run it once adn it worlked&lt;/LI&gt;&lt;LI&gt;compared all option for the new working version with my existing project and in the Debug for solution platmfosm I selected "Any CPU"&lt;/LI&gt;&lt;LI&gt;The tested again, it worked&amp;nbsp; once and it stopped working.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;After reading other posts, one recommended to reboot my workstation&lt;/LI&gt;&lt;LI&gt;It works now&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 18:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/vb-net-arcmap-addin-migrated-to-10-7-does-not-stop/m-p/490996#M13234</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2020-06-18T18:33:27Z</dc:date>
    </item>
  </channel>
</rss>

