<?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 Migrating .NET Addins from 10.0 to 10.2 in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-net-addins-from-10-0-to-10-2/m-p/709282#M18968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have some .NET Addins I developed on a 10.0 platform with VS 2010. I need to use those add-ins in an ArcGIS 10.2 environment. I get several error messages everytime I open a form but I clear the error messages and the code seems to run OK so I am assuming that it is a .NET compatibility issue not an issue with my ArcObjects code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I open my project on a machine with VS2010 express and Arc 10.2 can I compile it against the 3.5 framework? Or the 10.2 DLLs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one go about migrating addins forward as ESRI and microsoft continue to change the development environment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 21:03:34 GMT</pubDate>
    <dc:creator>MikeMiller1</dc:creator>
    <dc:date>2014-04-25T21:03:34Z</dc:date>
    <item>
      <title>Migrating .NET Addins from 10.0 to 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-net-addins-from-10-0-to-10-2/m-p/709282#M18968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have some .NET Addins I developed on a 10.0 platform with VS 2010. I need to use those add-ins in an ArcGIS 10.2 environment. I get several error messages everytime I open a form but I clear the error messages and the code seems to run OK so I am assuming that it is a .NET compatibility issue not an issue with my ArcObjects code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I open my project on a machine with VS2010 express and Arc 10.2 can I compile it against the 3.5 framework? Or the 10.2 DLLs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How does one go about migrating addins forward as ESRI and microsoft continue to change the development environment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 21:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-net-addins-from-10-0-to-10-2/m-p/709282#M18968</guid>
      <dc:creator>MikeMiller1</dc:creator>
      <dc:date>2014-04-25T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating .NET Addins from 10.0 to 10.2</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-net-addins-from-10-0-to-10-2/m-p/709283#M18969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Supporting multiple versions of ArcGIS is relatively easy if you do it right.&amp;nbsp; Basically, you need to compile your code for each supported version.&amp;nbsp; We use a build server along with Jenkins and ANT scripts to automate our builds but that's a lot of work to setup if you've never done it before.&amp;nbsp; Another way is to use virtual machines, one for each supported version of ArcGIS.&amp;nbsp; We keep our repository in source control at the oldest version of ArcGIS that we support and do all of our development in that version.&amp;nbsp; If you use Git for source control then you can create a development branch for each supported version.&amp;nbsp; Do your development in the lowest version branch and push those changes to each of the other branches.&amp;nbsp; Your master branch would be your release version so only push changes to it when you're ready to deploy a version.&amp;nbsp; To make a build for any particular version, simply check out the appropriate branch on the VM for that version and compile.&amp;nbsp; You can use other source control software of course, but Git makes this very easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/migrating-net-addins-from-10-0-to-10-2/m-p/709283#M18969</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2014-04-28T12:35:16Z</dc:date>
    </item>
  </channel>
</rss>

