<?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: commandmethod in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479333#M83425</link>
    <description>CommandMethodAttribute and CommandMethod are one and the same.  .NET naming standards dictate that attributes have "Attribute" at the end of the name. While this is not required, if the attribute type name ends in "Attribute", the compiler will allow you to type the attribute name without the "Attribute" at the end. For example, I could do either &lt;COMMANDMETHOD ...=""&gt; when defining an attribute in VB .NET or &lt;COMMANDMETHODATTRIBUTE ...=""&gt;&lt;/COMMANDMETHODATTRIBUTE&gt;&lt;/COMMANDMETHOD&gt;</description>
    <pubDate>Tue, 11 Jul 2006 18:48:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-07-11T18:48:18Z</dc:date>
    <item>
      <title>commandmethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479331#M83423</link>
      <description>How come I only get  "Autodesk.AutoCAD.Runtime.CommandMethodAttribute"&lt;BR /&gt;
instead of getting "Autodesk.AutoCAD.Runtime.CommandMethod"&lt;BR /&gt;
I can´t find CommandMethod&lt;BR /&gt;
&lt;BR /&gt;
I'm using ACAD2006 and NetFramework 2.0&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica</description>
      <pubDate>Mon, 07 Nov 2005 07:42:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479331#M83423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-07T07:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: commandmethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479332#M83424</link>
      <description>BTW, this started to happen after I upgraded the framework from 1.1 to 2.0&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Jorge Jimenez" &lt;JORGE&gt; wrote in message &lt;BR /&gt;
news:5005301@discussion.autodesk.com...&lt;BR /&gt;
How come I only get  "Autodesk.AutoCAD.Runtime.CommandMethodAttribute"&lt;BR /&gt;
instead of getting "Autodesk.AutoCAD.Runtime.CommandMethod"&lt;BR /&gt;
I can´t find CommandMethod&lt;BR /&gt;
&lt;BR /&gt;
I'm using ACAD2006 and NetFramework 2.0&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
Saludos, Ing. Jorge Jimenez, SICAD S.A., Costa Rica&lt;/JORGE&gt;</description>
      <pubDate>Mon, 07 Nov 2005 07:47:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479332#M83424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-07T07:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: commandmethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479333#M83425</link>
      <description>CommandMethodAttribute and CommandMethod are one and the same.  .NET naming standards dictate that attributes have "Attribute" at the end of the name. While this is not required, if the attribute type name ends in "Attribute", the compiler will allow you to type the attribute name without the "Attribute" at the end. For example, I could do either &lt;COMMANDMETHOD ...=""&gt; when defining an attribute in VB .NET or &lt;COMMANDMETHODATTRIBUTE ...=""&gt;&lt;/COMMANDMETHODATTRIBUTE&gt;&lt;/COMMANDMETHOD&gt;</description>
      <pubDate>Tue, 11 Jul 2006 18:48:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/1479333#M83425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-07-11T18:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: commandmethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/7701815#M83426</link>
      <description>&lt;P&gt;It is the Application target framework&amp;nbsp; .net version is the reason why you see one and not the other&amp;nbsp;Autodesk.AutoCAD.Runtime.CommandMethod seems to only be in 4.5 or higher otherwise you see only Autodesk.AutoCAD.Runtime.CommandMethodAttribue. I could be wrong about this have been racking myself silly for four days to realize why I Kept&amp;nbsp; getting&amp;nbsp;Error&amp;nbsp; Type 'Autodesk.AutoCAD.Runtime.CommandMethod' is not defined. My default is set to 4.0&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 19:25:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/7701815#M83426</guid>
      <dc:creator>Jedimaster</dc:creator>
      <dc:date>2018-01-18T19:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: commandmethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/7702278#M83427</link>
      <description>&lt;P&gt;CommandMethod and CommandMethodAttribute are one and the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compiler allows attributes whose names end with 'Attribute' to be abbreviated to exclude the Attribute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're getting that error, it's most-likely because your target framework is not the same as the framework of the managed assemblies that you're referencing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/539006"&gt;@Jedimaster&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It is the Application target framework&amp;nbsp; .net version is the reason why you see one and not the other&amp;nbsp;Autodesk.AutoCAD.Runtime.CommandMethod seems to only be in 4.5 or higher otherwise you see only Autodesk.AutoCAD.Runtime.CommandMethodAttribue. I could be wrong about this have been racking myself silly for four days to realize why I Kept&amp;nbsp; getting&amp;nbsp;Error&amp;nbsp; Type 'Autodesk.AutoCAD.Runtime.CommandMethod' is not defined. My default is set to 4.0&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 22:15:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/commandmethod/m-p/7702278#M83427</guid>
      <dc:creator>ActivistInvestor</dc:creator>
      <dc:date>2018-01-18T22:15:02Z</dc:date>
    </item>
  </channel>
</rss>

