<?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: Moving from 2010 to 2013 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436323#M55885</link>
    <description>&lt;DIV id="entry-6a0167607c2431970b0168e9f259ef970c" class="entry-category-net entry-category-2013 entry-category-autocad entry-category-devtv entry-category-objectarx entry-category-stephen_preston entry-author-stephen_preston entry-type-post entry"&gt;
&lt;H3 class="entry-header"&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/04/migrating-objectarx-and-net-plug-ins-to-autocad-2013.html" target="_self"&gt;Migrating ObjectARX and .NET plug-ins to AutoCAD 2013&lt;/A&gt;&lt;/H3&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 29 Apr 2012 09:26:30 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2012-04-29T09:26:30Z</dc:date>
    <item>
      <title>Moving from 2010 to 2013</title>
      <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436233#M55883</link>
      <description>&lt;P&gt;I recently wrote a routine on AutoCad 2010. Tonight I downloaded a trial copy of 2013. The dll that I created in 2010 will not work in 2013. The NETLOAD command seems to execute without errors but when I type the new command I get an error that&amp;nbsp;says the command can't be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The intended target for what I wrote is 2012 but I did not have that available for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first application that I have written that is required to run on a different version from what I have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please tell me if this is normal? Must I develope my code on a system what has the intended target version? Or did I fail to do something when I installed 2013?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2012 03:11:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436233#M55883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-29T03:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from 2010 to 2013</title>
      <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436241#M55884</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; Can someone please tell me if this is normal? &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; Must I develope my code on a system what has the intended target version?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It's normal, yes, as 2013 breaks the binary compatibility to 2012 (and before).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take your project files, replace the referenced lib's to that of 2013 and compile your project. You'll need to make some changes, but that's the way you get it to work with 2013.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck, - alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2012 03:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436241#M55884</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2012-04-29T03:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from 2010 to 2013</title>
      <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436323#M55885</link>
      <description>&lt;DIV id="entry-6a0167607c2431970b0168e9f259ef970c" class="entry-category-net entry-category-2013 entry-category-autocad entry-category-devtv entry-category-objectarx entry-category-stephen_preston entry-author-stephen_preston entry-type-post entry"&gt;
&lt;H3 class="entry-header"&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2012/04/migrating-objectarx-and-net-plug-ins-to-autocad-2013.html" target="_self"&gt;Migrating ObjectARX and .NET plug-ins to AutoCAD 2013&lt;/A&gt;&lt;/H3&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Apr 2012 09:26:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3436323#M55885</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2012-04-29T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from 2010 to 2013</title>
      <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3437189#M55886</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;I found that I needed to add an additional reference to the list. I started a new project using 2013 and copied all the source code over. After adding the new ref it all worked.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 13:26:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3437189#M55886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-30T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from 2010 to 2013</title>
      <link>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3437655#M55887</link>
      <description>&lt;P&gt;Just to be clear, the app you developed for 2010 would have worked in 2012 (barring a couple of minor signature changes), but if you have updated it to 2013 it will NOT work with 2012.&amp;nbsp; If your target deployment is for 2012, you'll want to go back to your original app, and either test it on a 2012 installation to see if you have used any of the few methods that changed, or obtain a 2012 license to test and debug for 2012.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The new release of 2013 AutoCAD is the most major API change since the 2006-2007 split.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 16:00:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/moving-from-2010-to-2013/m-p/3437655#M55887</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-04-30T16:00:48Z</dc:date>
    </item>
  </channel>
</rss>

