<?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: Upgrading Add-In solution files from Visual Studio 2013 to Visual Studio 2017 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-add-in-solution-files-from-visual-studio/m-p/252976#M6503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I am answering my own question. I successfully made it worked. This article helped me:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000013261" title="https://support.esri.com/en/technical-article/000013261"&gt;Problem: Unable to generate add-ins when migrating from older to newer versions of Visual Studio used in ArcMap&lt;/A&gt;&amp;nbsp;, even though it only mentioned until Visual Studio 2015. So this is the full steps I did when I opened my old solution from Visual Studio 2013, on Visual Studio 2017:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;1. Changed the reference of the ESRI dlls (eg: ESRI.ArcGIS.Carto, ESRI.ArcGIS.Geodatabase, etc).&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;2. From the Project's properties, I changed the "Target framework" to .NET Framework 4.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;3. From the Project's properties, I changed the "Start external program" path to point the new path of ArcMap 10.6.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;4. Unloaded the project, edited the .vbproj file (if it is VB project), changed the&amp;nbsp;&amp;lt;AddInTargetVersion&amp;gt; to 10.6, changed&amp;nbsp;ESRI.ArcGIS.AddIns.11.targets to&amp;nbsp;ESRI.ArcGIS.AddIns.targets.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;5. Reloaded the project, ran the solution from the VS 2017.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2020 07:44:56 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-07-31T07:44:56Z</dc:date>
    <item>
      <title>Upgrading Add-In solution files from Visual Studio 2013 to Visual Studio 2017</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-add-in-solution-files-from-visual-studio/m-p/252975#M6502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just upgraded my ArcGIS Desktop from 10.3.1 to 10.6 and my Visual Studio from 2013 to 2017. I have many Add-In projects that were created with Visual Studio 2013 and targeting ArcMap 10.3.&amp;nbsp;For some reasons I am still continuing developing some of those Add-in projects I have, and now I have a problem on making my solutions run on this new environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are what I have done when opening the VS solution on the new VS 2017:&lt;/P&gt;&lt;P&gt;1. Changed the reference of the ESRI dlls (eg: ESRI.ArcGIS.Carto, ESRI.ArcGIS.Geodatabase, etc).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. From the Project's properties, I changed the "Target framework" to .NET Framework 4.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. From the Project's properties, I changed the "Start external program" path to point the new path of ArcMap 10.6.&lt;/P&gt;&lt;P&gt;4. I ran the solution from Visual Studio 2017, it successfully opened the ArcMap 10.6 automatically, but the Add-In does not exist in the ArcMap's "Add-In Manager". Thus I cannot see my add-in's buttons / toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any ideas what should I do to fix this? Looking forward to your advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 07:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-add-in-solution-files-from-visual-studio/m-p/252975#M6502</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-31T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading Add-In solution files from Visual Studio 2013 to Visual Studio 2017</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-add-in-solution-files-from-visual-studio/m-p/252976#M6503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I am answering my own question. I successfully made it worked. This article helped me:&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000013261" title="https://support.esri.com/en/technical-article/000013261"&gt;Problem: Unable to generate add-ins when migrating from older to newer versions of Visual Studio used in ArcMap&lt;/A&gt;&amp;nbsp;, even though it only mentioned until Visual Studio 2015. So this is the full steps I did when I opened my old solution from Visual Studio 2013, on Visual Studio 2017:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;1. Changed the reference of the ESRI dlls (eg: ESRI.ArcGIS.Carto, ESRI.ArcGIS.Geodatabase, etc).&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;2. From the Project's properties, I changed the "Target framework" to .NET Framework 4.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;3. From the Project's properties, I changed the "Start external program" path to point the new path of ArcMap 10.6.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;4. Unloaded the project, edited the .vbproj file (if it is VB project), changed the&amp;nbsp;&amp;lt;AddInTargetVersion&amp;gt; to 10.6, changed&amp;nbsp;ESRI.ArcGIS.AddIns.11.targets to&amp;nbsp;ESRI.ArcGIS.AddIns.targets.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;5. Reloaded the project, ran the solution from the VS 2017.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 07:44:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrading-add-in-solution-files-from-visual-studio/m-p/252976#M6503</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-31T07:44:56Z</dc:date>
    </item>
  </channel>
</rss>

