<?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: .NET Add-ins and versions compatibility in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797873#M50694</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="almost_half_cell"&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;From my side&lt;/SPAN&gt;&lt;SPAN&gt;, I would say&lt;/SPAN&gt; &lt;SPAN&gt;that there is&lt;/SPAN&gt; &lt;SPAN&gt;no&lt;/SPAN&gt; &lt;SPAN&gt;compatibility issues&lt;/SPAN&gt; &lt;SPAN&gt;with version&lt;/SPAN&gt; &lt;SPAN&gt;2007 to 2012&lt;/SPAN&gt; &lt;SPAN&gt;in pure&lt;/SPAN&gt;&lt;SPAN&gt;. NET&lt;/SPAN&gt; &lt;SPAN&gt;(only&lt;/SPAN&gt; &lt;SPAN&gt;very few&lt;/SPAN&gt; &lt;SPAN&gt;classes have changed&lt;/SPAN&gt; &lt;SPAN&gt;with version&lt;/SPAN&gt; &lt;SPAN&gt;2010)&lt;/SPAN&gt; &lt;SPAN&gt;provided that the&lt;/SPAN&gt; &lt;SPAN&gt;applications do not use&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; later versions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;SPAN&gt;features&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN&gt;No&lt;/SPAN&gt; &lt;SPAN&gt;recompilation&lt;/SPAN&gt; &lt;SPAN&gt;is necessary.&lt;/SPAN&gt; &lt;SPAN&gt;Things may be different&lt;/SPAN&gt; &lt;SPAN&gt;for applications using&lt;/SPAN&gt; &lt;SPAN&gt;the COM API, or P/Invoking some unmanaged methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By&lt;/SPAN&gt; &lt;SPAN&gt;cons&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;there is a real&lt;/SPAN&gt; &lt;SPAN&gt;break&lt;/SPAN&gt; &lt;SPAN&gt;compatibility with version&lt;/SPAN&gt; &lt;SPAN&gt;2013 and&lt;/SPAN&gt; &lt;SPAN&gt;applications must&lt;/SPAN&gt; &lt;SPAN&gt;be recompiled with&lt;/SPAN&gt; &lt;SPAN&gt;rarely&lt;/SPAN&gt; &lt;SPAN&gt;a few changes&lt;/SPAN&gt; &lt;SPAN&gt;in the codes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Mar 2013 18:22:28 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2013-03-06T18:22:28Z</dc:date>
    <item>
      <title>.NET Add-ins and versions compatibility</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797536#M50692</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody any doc/info regarding .NET add-ins compatiblity across the versions of AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, the story is that we're starting to port our VBA stuff into .NET Add-ins&lt;/P&gt;&lt;P&gt;The issue is that we have customers using from AutoCAD 2008 up to 2013&lt;/P&gt;&lt;P&gt;Everything before 2010 will stay VBA but we'd like to replave VBA starting at 2010&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the question is:&lt;/P&gt;&lt;P&gt;If I write an AutoCAD Add-in in 2010, will it work in 2011 and later ? or should westart in 2011.... Or do we need to recompile for every version of AutoCAD ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A Ny idea/tip/info is welcomed&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 14:17:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797536#M50692</guid>
      <dc:creator>btmsoftware</dc:creator>
      <dc:date>2013-03-06T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Add-ins and versions compatibility</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797640#M50693</link>
      <description>&lt;P&gt;AutoCAD breaks Binary compatability every three versions and you will need to recompile your application with the current version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://autodesk.blogs.com/between_the_lines/2009/02/autocad-2010-drawing-file-api-format-compatibility.html"&gt;http://autodesk.blogs.com/between_the_lines/2009/02/autocad-2010-drawing-file-api-format-compatibility.html&lt;/A&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to-work-with-autocad-2013.html"&gt;http://through-the-interface.typepad.com/through_the_interface/2012/03/migrating-net-applications-to-work-with-autocad-2013.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2013 15:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797640#M50693</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2013-03-06T15:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Add-ins and versions compatibility</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797873#M50694</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="almost_half_cell"&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;From my side&lt;/SPAN&gt;&lt;SPAN&gt;, I would say&lt;/SPAN&gt; &lt;SPAN&gt;that there is&lt;/SPAN&gt; &lt;SPAN&gt;no&lt;/SPAN&gt; &lt;SPAN&gt;compatibility issues&lt;/SPAN&gt; &lt;SPAN&gt;with version&lt;/SPAN&gt; &lt;SPAN&gt;2007 to 2012&lt;/SPAN&gt; &lt;SPAN&gt;in pure&lt;/SPAN&gt;&lt;SPAN&gt;. NET&lt;/SPAN&gt; &lt;SPAN&gt;(only&lt;/SPAN&gt; &lt;SPAN&gt;very few&lt;/SPAN&gt; &lt;SPAN&gt;classes have changed&lt;/SPAN&gt; &lt;SPAN&gt;with version&lt;/SPAN&gt; &lt;SPAN&gt;2010)&lt;/SPAN&gt; &lt;SPAN&gt;provided that the&lt;/SPAN&gt; &lt;SPAN&gt;applications do not use&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt; later versions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;SPAN&gt;features&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN&gt;No&lt;/SPAN&gt; &lt;SPAN&gt;recompilation&lt;/SPAN&gt; &lt;SPAN&gt;is necessary.&lt;/SPAN&gt; &lt;SPAN&gt;Things may be different&lt;/SPAN&gt; &lt;SPAN&gt;for applications using&lt;/SPAN&gt; &lt;SPAN&gt;the COM API, or P/Invoking some unmanaged methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By&lt;/SPAN&gt; &lt;SPAN&gt;cons&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;there is a real&lt;/SPAN&gt; &lt;SPAN&gt;break&lt;/SPAN&gt; &lt;SPAN&gt;compatibility with version&lt;/SPAN&gt; &lt;SPAN&gt;2013 and&lt;/SPAN&gt; &lt;SPAN&gt;applications must&lt;/SPAN&gt; &lt;SPAN&gt;be recompiled with&lt;/SPAN&gt; &lt;SPAN&gt;rarely&lt;/SPAN&gt; &lt;SPAN&gt;a few changes&lt;/SPAN&gt; &lt;SPAN&gt;in the codes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Mar 2013 18:22:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/3797873#M50694</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-03-06T18:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Add-ins and versions compatibility</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/5702008#M50695</link>
      <description>&lt;P&gt;If you are working only in the 2D world,NanoCAD is a good option. All your code should work there with a recompile. It doesnt change its API, so no need to recompile your code every few years. Most of my .NET code I originally wrote for AutoCAD addons. I was pleased to see that it would recompile with NanoCAD just by changing out a couple of references. Since I am just a 2D guy, and do not expect to be more than that, at least for electrical and P&amp;amp;ID, this works for me. The commands and GUI are almost all the same also, so I did not have to relearn anything.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 16:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-add-ins-and-versions-compatibility/m-p/5702008#M50695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T16:08:41Z</dc:date>
    </item>
  </channel>
</rss>

