<?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: Upgrade Add-in project to Visual Studio 2012 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6739#M172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting this. I reinstalled my entire dev environment trying to fix this error and of course I still had the error. This fixed it. I am sure this needs added to a help page on ESRI's documentation. There is nothing in there that would help you find out how to do this. Did you find this out from customer support?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 16:57:24 GMT</pubDate>
    <dc:creator>DougGreen</dc:creator>
    <dc:date>2015-09-10T16:57:24Z</dc:date>
    <item>
      <title>Upgrade Add-in project to Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6736#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was using Visual Studio Express 2010 with 10.1. With upgrading to 10.2 also moving up to VS Express 2012. But when I open a add-in projected in VS Express 2012 and try to debug the add-in does not get installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I updated the options file to point to the 10.2 exe so ArcMap opens when Start Debugging is run. Also updated target version in the config file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating a new add-in project in VS and running debug starts up arcmap and installs the add-in. So I assume there is just some setting somewhere I need to update in my old add-in projects to get it to install when debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael Nelson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6736#M169</guid>
      <dc:creator>MichaelNelson1</dc:creator>
      <dc:date>2013-08-28T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Add-in project to Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6737#M170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael.&amp;nbsp; Did you ever figure this out?&amp;nbsp; I am having a similar issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 18:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6737#M170</guid>
      <dc:creator>BBulla</dc:creator>
      <dc:date>2015-09-03T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Add-in project to Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6738#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When migrating an Add-in project from VS 2010 to VS 2012, you will need to make a small change to your *.csproj file in VS 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- Open your Add-in project in VS 2012. Then, unload the project by right-clicking the project folder (in Solution Explorer), and selecting "Unload Project." This will expose the *csproj file.&amp;nbsp; &lt;/P&gt;&lt;P&gt;2- Open the *.csproj file by right clicking it and selecting "Edit *.csproj".&lt;/P&gt;&lt;P&gt;3- In that project file, search for an XML attribute value: "ESRI.ArcGIS.Addins.Targets"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;Import&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;Project&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Condition&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;Warning&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;Unable to create .esriAddin; missing ESRI ArcGIS Add-in SDK component(s).&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;Condition&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;!Exists('$(MSBuildExtensionsPath)\ESRI\ESRI.ArcGIS.AddIns.targets')&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4- Change this attribute value to "&lt;STRONG&gt;ESRI.ArcGIS.Addins.11.Targets&lt;/STRONG&gt;". Basically, you need to insert "&lt;STRONG&gt;11&lt;/STRONG&gt;" somewhere in this attribute value.&lt;/P&gt;&lt;P&gt;5- This XML attribute value appears in 3 different places (as shown above) in your *.csproj file; make the change in each.&lt;/P&gt;&lt;P&gt;6- Search for the tag below and update the target version from 10.1 to &lt;STRONG&gt;10.2&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AddInTargetVersion&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;10.1&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;AddInTargetVersion&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6- After making the above changes, Save your project file and close it.&lt;/P&gt;&lt;P&gt;6- Re-load your project by right clicking the project folder and selecting: "Reload Project."&lt;/P&gt;&lt;P&gt;7- Open the Config.esriaddinx file and update the target version from 10.1 to &lt;STRONG&gt;10.2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;Target&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;Desktop&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Consolas;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;10.1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8- Build and run your project in debug mode. Upon Building, the Add-in should install correctly, and upon running, you should be able to consume it successfully in ArcMap/ArcCatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6738#M171</guid>
      <dc:creator>SamiEria</dc:creator>
      <dc:date>2015-09-08T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Add-in project to Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6739#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting this. I reinstalled my entire dev environment trying to fix this error and of course I still had the error. This fixed it. I am sure this needs added to a help page on ESRI's documentation. There is nothing in there that would help you find out how to do this. Did you find this out from customer support?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 16:57:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/upgrade-add-in-project-to-visual-studio-2012/m-p/6739#M172</guid>
      <dc:creator>DougGreen</dc:creator>
      <dc:date>2015-09-10T16:57:24Z</dc:date>
    </item>
  </channel>
</rss>

