<?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: How to manage differnent versions of AutoCAD in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8341611#M25175</link>
    <description>&lt;P&gt;Attribute declarations must reference their dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; [CommandMethod("MyCSCommand")]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you declare attributes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Oct 2018 19:45:22 GMT</pubDate>
    <dc:creator>Rudy.Reavis</dc:creator>
    <dc:date>2018-10-17T19:45:22Z</dc:date>
    <item>
      <title>How to manage differnent versions of AutoCAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8168958#M25172</link>
      <description>&lt;P&gt;I currently developing&amp;nbsp;a VB.Net customisation for AutoCAD 2015, 2017 &amp;amp; 2018.&amp;nbsp; These have&amp;nbsp;different solutions for each version of AutoCAD and I have to ensure all are updated independently.&amp;nbsp; As we move forward to AutoCAD 2019, I would like to combined these into 1 solution, but I'm concerned about the&amp;nbsp;references to the AutoCAD dlls and I'm looking for some advice.&amp;nbsp; Should I reference these dlls from the C:\Program Files\AutoCAD xxxx folders and control the pathing to the folders or should I copy these dlls into the solution and rename, then use the files names to reference these files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some examples or papers about solutions which span across multiple versions of AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;Steven Houghton&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 22:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8168958#M25172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-31T22:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage differnent versions of AutoCAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8172817#M25173</link>
      <description>&lt;P&gt;Some solutions which our developer find useful-&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2015/12/switching-assembly-references-based-on-build-configuration.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2015/12/switching-assembly-references-based-on-build-configuration.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://www.theswamp.org/index.php?topic=50202.0" target="_blank"&gt;http://www.theswamp.org/index.php?topic=50202.0&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 02 Aug 2018 10:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8172817#M25173</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2018-08-02T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage differnent versions of AutoCAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8174058#M25174</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your code is the same for each version, you should first check if the DLL build with AutoCAD 2015 libraries (and .NET Framework 4.5) works with later versions of AutoCAD. Most of the time it does, if so, you do not need to build a project for each AutoCAD version, just use the 2015 one for AutoCAD 2015 and later versions (this is the way I do for many applications including those on Exchange Apps Store which share the same AutoCAD 2013 DLL for AutoCAD versions from 2013 to 2019).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there're some differences between versions (different code or requiered references), you can create several projects in the same Visual Studio solution. These projects can share&amp;nbsp; the common code by using classes added "As link" to different projects.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:53:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8174058#M25174</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-08-02T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage differnent versions of AutoCAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8341611#M25175</link>
      <description>&lt;P&gt;Attribute declarations must reference their dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; [CommandMethod("MyCSCommand")]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you declare attributes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 19:45:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-manage-differnent-versions-of-autocad/m-p/8341611#M25175</guid>
      <dc:creator>Rudy.Reavis</dc:creator>
      <dc:date>2018-10-17T19:45:22Z</dc:date>
    </item>
  </channel>
</rss>

