<?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: Command not working in Autocad 2015 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5468668#M41781</link>
    <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make .net dll application for Acad 2015 you should use VS 2012.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Microsoft Visual Studio 2012&lt;/LI&gt;&lt;LI&gt;Microsoft .NET Framework 4.5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-8657D153-0120-4881-A3C8-E00ED139E0D3" target="_blank"&gt;More information can found here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class="p"&gt;&lt;EM&gt;The main DLL files of the AutoCAD .NET API that you will frequently use are:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcCoreMgd.dll.&lt;/STRONG&gt; Use when working within the editor, publishing and plotting, and defining commands and functions that can be called from AutoLISP.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcDbMgd.dll.&lt;/STRONG&gt; Use when working with objects stored in a drawing file.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcMgd.dll.&lt;/STRONG&gt; Use when working with the application and user interface.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcCui.dll.&lt;/STRONG&gt; Use when working with customization files.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2015 04:40:01 GMT</pubDate>
    <dc:creator>Ajilal.Vijayan</dc:creator>
    <dc:date>2015-01-14T04:40:01Z</dc:date>
    <item>
      <title>Command not working in Autocad 2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5463661#M41778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a .net dll application using VS 2005.&lt;/P&gt;&lt;P&gt;It was working ok with autocad 2008 when i load the dll file with netload command. All the commands in dll file is working ok in autocad 2008.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But same&lt;STRONG&gt;&lt;EM&gt; dll application is &lt;STRONG&gt;not wo&lt;/STRONG&gt;rking in Autocad 2015&lt;/EM&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After loading dll file using netload command in Autocad 2015. when i type the command then it says undefine command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:39:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5463661#M41778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Command not working in Autocad 2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5463702#M41779</link>
      <description>The project isn't loaded because of the "undefined command" .&lt;BR /&gt;You have to recompile you're program and references the proper AutoCAD DLL's like: accoremgd, acdbmgd, acmgd, ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jan 2015 10:49:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5463702#M41779</guid>
      <dc:creator>SENL1362</dc:creator>
      <dc:date>2015-01-09T10:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Command not working in Autocad 2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5468352#M41780</link>
      <description>&lt;P&gt;A dll compiled to work with 2008 isn't going to work with 2015. You need to add references for the 2015 dlls.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 21:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5468352#M41780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T21:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Command not working in Autocad 2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5468668#M41781</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To make .net dll application for Acad 2015 you should use VS 2012.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Microsoft Visual Studio 2012&lt;/LI&gt;&lt;LI&gt;Microsoft .NET Framework 4.5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/ACD/2015/ENU/?guid=GUID-8657D153-0120-4881-A3C8-E00ED139E0D3" target="_blank"&gt;More information can found here.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class="p"&gt;&lt;EM&gt;The main DLL files of the AutoCAD .NET API that you will frequently use are:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcCoreMgd.dll.&lt;/STRONG&gt; Use when working within the editor, publishing and plotting, and defining commands and functions that can be called from AutoLISP.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcDbMgd.dll.&lt;/STRONG&gt; Use when working with objects stored in a drawing file.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcMgd.dll.&lt;/STRONG&gt; Use when working with the application and user interface.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;&lt;STRONG&gt;AcCui.dll.&lt;/STRONG&gt; Use when working with customization files.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 04:40:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5468668#M41781</guid>
      <dc:creator>Ajilal.Vijayan</dc:creator>
      <dc:date>2015-01-14T04:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Command not working in Autocad 2015</title>
      <link>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5469103#M41782</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Ajilal.Vijayan a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;Hi Amit,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make .net dll application for Acad 2015 you should use VS 2012.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Microsoft Visual Studio 2012&lt;/LI&gt;
&lt;LI&gt;Microsoft .NET Framework 4.5&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;From my experience, not exactly. Applications built for AutoCAD 2013 still work on AutoCAD 2015.&lt;/P&gt;
&lt;P&gt;So you have to think about you application requirements from the AutoCAD libraries you target.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you target AutoCAD 2013 (and later), you have to reference this version libraries which requires the .NET Framework 4.0 (or later). this framework is available with Visual Studio 2010 (or later).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to use the new features from AutoCAD 2015 .NET API, you need to reference AutoCAD 2015 libraries which requires the .NET Framework 4.5, available with Visual Studio 2012 (or later).&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:01:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/command-not-working-in-autocad-2015/m-p/5469103#M41782</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2015-01-14T14:01:18Z</dc:date>
    </item>
  </channel>
</rss>

