<?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: Older Add-In-Projects with VS 2012 and ArcGIS 10.2 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448726#M12170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obviously things have changed in 2.3 years since my above post.&amp;nbsp; VS2013 is supported with 10.3.&lt;/P&gt;&lt;P&gt;Check your VS settings with the template imports. there could be several reasons why you are receiving that error...&lt;/P&gt;&lt;P&gt;ref: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm" style="line-height: 1.5;" title="https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm"&gt;https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Feb 2016 22:33:58 GMT</pubDate>
    <dc:creator>MichaelRobb</dc:creator>
    <dc:date>2016-02-06T22:33:58Z</dc:date>
    <item>
      <title>Older Add-In-Projects with VS 2012 and ArcGIS 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448723#M12167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anybody managed to build 10.1 add-ins with Visual Studio 2012 and ArcGIS 10.2 on the fly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did'nt. The error message tells: "Unable to create .esriAddin; missing ESRI Add-in SDK component(s)".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The current ArcObjects Help for .Net does not even mention any migrate requirements from moving from 10.1 to 10.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, I could use the old 10.1 AddIns and the automatic assembly redirection which is defined in the ArcMap.exe.config. But I definitely want to build against the 10.2 assemblies using Visual Studio 2012.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The cause for the error: With the SDK for VS 2012 ESRI installs a MSBuild targets file with a different name as used with the SDK for VS 2010. They changed it from &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\MSBuild\Esri\ESRI.ArcGIS.AddIns.targets" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"C:\Program Files (x86)\MSBuild\Esri\ESRI.ArcGIS.AddIns.11.targets".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the VS Project file we can see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Warning Text="Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s)." Condition="!Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If we change this to the new file name, then everything works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have the following situation with add-ins:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Visual Studio 2010 and ArcGIS 10.1: ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Visual Studio 2010 and Visual Studio 2012 (on the same Computer) and ArcGIS 10.1: VS 2010 ok, VS 2012 no (all other ArcObjects projects work)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Visual Studio 2012 and ArcGIS 10.2 and changing the VS project file: ok&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why does ESRI maintain such dependencies?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 08:34:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448723#M12167</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-10-09T08:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Older Add-In-Projects with VS 2012 and ArcGIS 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448724#M12168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wasnt aware of ESRI upgrading Addins SDK for VS2012, only VS2010 at this time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 16:00:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448724#M12168</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2013-10-09T16:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Older Add-In-Projects with VS 2012 and ArcGIS 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448725#M12169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ESRI supporting Vistual Studio 2013 with Add-ins? I'm receiving the same "unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK components" message as reference here, buth I have VS 2013 and ArcGIS Desktop 10.3.1 (With the .Net SDK ) loaded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 00:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448725#M12169</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2016-02-06T00:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Older Add-In-Projects with VS 2012 and ArcGIS 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448726#M12170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Obviously things have changed in 2.3 years since my above post.&amp;nbsp; VS2013 is supported with 10.3.&lt;/P&gt;&lt;P&gt;Check your VS settings with the template imports. there could be several reasons why you are receiving that error...&lt;/P&gt;&lt;P&gt;ref: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm" style="line-height: 1.5;" title="https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm"&gt;https://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/arcobjects-sdk-system-requirements.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Feb 2016 22:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/older-add-in-projects-with-vs-2012-and-arcgis-10-2/m-p/448726#M12170</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2016-02-06T22:33:58Z</dc:date>
    </item>
  </channel>
</rss>

