<?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: AppAutoload in 2013 LoadOnCommandInvocation seems broken in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3619800#M53366</link>
    <description>&lt;P&gt;Hi Fenton -- thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of all the versioning attributes and that coding/recompiling is necessary for 2013. I excluded all of that for brevity and simplicity. I also thought that maybe the version attributes were causing the issue so I went with the simplest plug-ins I could find, the DotNetTest bundles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached the recompiled 2013 versions of the DotNetTest bundles. These bundles both are being loaded at launch. The 2012 versions (not included) launch when expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also included a sample "universal" bundle (DotNetTestsAllInOne.bundle) that supports both 2012 and 2013. Regardless, the result is the same: 2012 loads AutoloaderDotNetSample1.dll at launch and AutoloaderDotNetSample2.dll on command invocation, 2013 loads both at launch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reset all of my settings but that has made no difference. I have vanilla AutoCAD and Civil 3D installed and both show the same behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bundles are being recognized properly as the Applications registry entries show (in both 2012 and 2013):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DOTNETTEST1: LOADCTRLS = 2&lt;/LI&gt;&lt;LI&gt;DOTNETTEST2: LOADCTRLS = 4&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All custom plug-ins and plug-ins acquired from the Exchange store show the same behaviour. As I mentioned initially, this is not specific to DLLs as LSP/VLX/FAS files are also being loaded at launch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and any insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I've just installed and tested SP1.1 but the result is the same.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2012 04:47:37 GMT</pubDate>
    <dc:creator>tyronebk</dc:creator>
    <dc:date>2012-09-14T04:47:37Z</dc:date>
    <item>
      <title>AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3612014#M53364</link>
      <description>&lt;P&gt;I have searched but have been unable to find anything related to this. This is not strictly a .net issue.&lt;/P&gt;&lt;P&gt;Is LoadOnCommandInvocation="True" broken in 2013? It used to work fine in 2012 but in 2013 all .DLL and lisp files are simply being loaded at launch?&lt;/P&gt;&lt;P&gt;Even the simple DOTNETTEST2 bundle (made available by the APN Dev guys last year) show the same behaviour.&lt;/P&gt;&lt;P&gt;Is there something I'm missing?&lt;/P&gt;&lt;P&gt;Here's the PackageContents.xml from the&amp;nbsp;&lt;SPAN&gt;DOTNETTEST2:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ApplicationPackage SchemaVersion="1.0" &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Components&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ComponentEntry AppName="DOTNETTEST2" ModuleName="./Contents/2013/AutoloaderDotNetSample2.dll" LoadOnCommandInvocation="True" &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Commands GroupName="DevDays2010"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Command Global="DOTNETTEST2" Local="DOTNETTEST2" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Commands&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ComponentEntry&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Components&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;I searched through the now redacted SP 1 release notes and saw no mention of this problem.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2012 08:19:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3612014#M53364</guid>
      <dc:creator>tyronebk</dc:creator>
      <dc:date>2012-09-09T08:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3617176#M53365</link>
      <description>&lt;P&gt;Can you send your test bundle please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, a .NET DLL that ran in 2012 won't run in 2013... The DLL needs to be built against the 2013 ObjectARX SDK because 2013 is a binary break release. You can include both 2012 and 2013 DLL's in the same bundle, but you have to separate the Components by using the RuntimeRequirements tag... e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage SchemaVersion="1.0" Name="DOTNETTEST2" Description="DOTNETTEST2" AutodeskProduct="AutoCAD" AppVersion="1.0.0" ProductType="Application" &amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="red"&gt;&amp;lt;!--&amp;nbsp;This is an overview of the entire package, it can also contain Revit, Alias,&amp;nbsp;Vault, Inventor plugins too&amp;nbsp;--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD|AutoCAD*" SeriesMin="R18.2|R19.0" SeriesMax="R18.2|R19.0" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Components&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="red"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;nbsp;Here is the 2012 version of your&amp;nbsp;AutoCAD App&amp;nbsp;--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD|AutoCAD*" SeriesMin="R18.2" SeriesMax="R18.2" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComponentEntry AppName="DOTNETTEST2" ModuleName="./Contents/2012/AutoloaderDotNetSample2.dll" LoadOnCommandInvocation="True"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Commands GroupName="DevDays2010"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Command Local="DOTNETTEST2" Global="DOTNETTEST2" Description="A test command" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Commands&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Components&amp;gt;&lt;BR /&gt;&lt;FONT color="red"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;nbsp;Here is the 2013 version of your&amp;nbsp;AutoCAD App&amp;nbsp;--&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RuntimeRequirements OS="Win32|Win64" Platform="AutoCAD|AutoCAD*" SeriesMin="R19.0" SeriesMax="R19.0" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ComponentEntry AppName="DOTNETTEST2" ModuleName="./Contents/2013/AutoloaderDotNetSample2.dll" LoadOnCommandInvocation="True"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Commands GroupName="DevDays2010"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Command Local="DOTNETTEST2" Global="DOTNETTEST2" Description="A test command" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Commands&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/Components&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Sep 2012 15:42:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3617176#M53365</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2012-09-12T15:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3619800#M53366</link>
      <description>&lt;P&gt;Hi Fenton -- thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware of all the versioning attributes and that coding/recompiling is necessary for 2013. I excluded all of that for brevity and simplicity. I also thought that maybe the version attributes were causing the issue so I went with the simplest plug-ins I could find, the DotNetTest bundles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached the recompiled 2013 versions of the DotNetTest bundles. These bundles both are being loaded at launch. The 2012 versions (not included) launch when expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also included a sample "universal" bundle (DotNetTestsAllInOne.bundle) that supports both 2012 and 2013. Regardless, the result is the same: 2012 loads AutoloaderDotNetSample1.dll at launch and AutoloaderDotNetSample2.dll on command invocation, 2013 loads both at launch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I reset all of my settings but that has made no difference. I have vanilla AutoCAD and Civil 3D installed and both show the same behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The bundles are being recognized properly as the Applications registry entries show (in both 2012 and 2013):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DOTNETTEST1: LOADCTRLS = 2&lt;/LI&gt;&lt;LI&gt;DOTNETTEST2: LOADCTRLS = 4&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;All custom plug-ins and plug-ins acquired from the Exchange store show the same behaviour. As I mentioned initially, this is not specific to DLLs as LSP/VLX/FAS files are also being loaded at launch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time and any insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I've just installed and tested SP1.1 but the result is the same.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2012 04:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3619800#M53366</guid>
      <dc:creator>tyronebk</dc:creator>
      <dc:date>2012-09-14T04:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3621156#M53367</link>
      <description>&lt;P&gt;I'm just looking into it for you...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2012 21:38:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3621156#M53367</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2012-09-14T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3632076#M53368</link>
      <description>&lt;P&gt;Just to let you know that I have reproduced the same issue on my machine and I've reported it to engineering. I'll push to get this&amp;nbsp;fixed for you.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 23:13:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3632076#M53368</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2012-09-24T23:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3632956#M53369</link>
      <description>Thanks for confirming it Fenton.</description>
      <pubDate>Tue, 25 Sep 2012 14:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3632956#M53369</guid>
      <dc:creator>tyronebk</dc:creator>
      <dc:date>2012-09-25T14:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875291#M53370</link>
      <description>&lt;P&gt;Has there been any solution to this?&lt;/P&gt;&lt;P&gt;It appears to be broken in AutoCAD 2014&lt;/P&gt;&lt;P&gt;I can only get my apps to load with &lt;FONT color="#000000"&gt;&lt;EM&gt;LoadOnAutoCADStartup&lt;/EM&gt;&lt;/FONT&gt;="True"&lt;/P&gt;&lt;P&gt;Funny it works with AutoCAD 2013 now. Maybe SP 1.1 fixed it there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get an app ready for posting to the exchange store and it would be nice to be able to follow the recommended "LoadonCommandInvocation" method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:26:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875291#M53370</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2013-04-18T15:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875320#M53371</link>
      <description>&lt;P&gt;You might expect it to be fixed in a service pack, but these days, waiting for service packs is considered a thing of the past, and no longer acceptable, not to mention a bit of an oxymoron in the case of a vendor that seems to be into cloud-washing to the extent these folk are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing that puzzles me, is how these types of glaringly-obvious bugs find their way into shipping products, and worse, survive to the next release. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 15:50:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875320#M53371</guid>
      <dc:creator>DiningPhilosopher</dc:creator>
      <dc:date>2013-04-18T15:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875368#M53372</link>
      <description>&lt;P&gt;Sorry for the trouble... Just be sure to setup the OnCommandInvocation settings for when the issue is fixed.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:31:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875368#M53372</guid>
      <dc:creator>fenton_webb</dc:creator>
      <dc:date>2013-04-18T16:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875495#M53373</link>
      <description>&lt;P&gt;So, knowing that it is an issue, do you have any expectations for when a fix will be released?&lt;/P&gt;&lt;P&gt;I'd rather not release my app while it throws an "Unknown Command" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 18:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/3875495#M53373</guid>
      <dc:creator>StephenThomasGrace</dc:creator>
      <dc:date>2013-04-18T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4592795#M53374</link>
      <description>&lt;P&gt;I'm wondering if there is any progress in this. Fenton wrote a&lt;A title="Autodesk Autoloader White Paper" href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt; white paper&lt;/A&gt; early this year (01/02/2013) in Autocad DevBlog, but didn't mention there was any issues. Is this fixed in 2014?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2013 16:04:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4592795#M53374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-05T16:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4603975#M53375</link>
      <description>&lt;P&gt;Hi Vincent,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the "LoadOnCommandInvocation" should work ok in AutoCAD 2014.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2013 12:02:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4603975#M53375</guid>
      <dc:creator>Balaji_Ram</dc:creator>
      <dc:date>2013-11-08T12:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4843647#M53376</link>
      <description>&lt;P&gt;AutoCAD 2014 SP1&amp;nbsp;&lt;SPAN class="ad-import-strong"&gt;LoadOnCommandInvocation does not work, AutoCAD 2015 beta2 (build 497)&amp;nbsp;&lt;SPAN class="ad-import-strong"&gt;LoadOnCommandInvocation does not work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:17:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4843647#M53376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-27T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4844645#M53377</link>
      <description>&lt;P&gt;It is INAPPROPRIATE to post comments on&amp;nbsp;BETA-releases in this forum.&amp;nbsp; You agreed to a non-disclosure agreement (NDA) in order to participate, and it should not be taken lightly.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 16:59:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4844645#M53377</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2014-02-27T16:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4846017#M53378</link>
      <description>&lt;P&gt;Apologies, I only intended to report an issue with AutoCAD 2014 SP1, please disregard my comment regarding the beta.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 08:19:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4846017#M53378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T08:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4847291#M53379</link>
      <description>&lt;P&gt;Hi osvaldest,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have AutoCAD 2014 sp1, and LoadOnCommandInvocation seems to work fine for me. Could you attach a (simple) sample PackageContents.xml that doesn't work for you, so I can take a look. One common problem with LoadOnCommandInvocation is not specifying a group name in your CommandMethod attribute and/or not using exactly the same string in the Group parameter of the &amp;lt;Commands/&amp;gt; element.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 16:36:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4847291#M53379</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2014-02-28T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4848055#M53380</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find Hello world bundle attached, with two writeline messages of Hello World on initialise and on HW_HelloWorld command execution (source code included in contents folder). The &lt;SPAN&gt;attachment&amp;nbsp;&lt;/SPAN&gt;uses simple&amp;nbsp;&lt;SPAN&gt;PackageContents.xml which works great on AutoCAD 2013 SP2. AutoCAD 2014 SP1's intellisense lists command, but fails to execute it (Unknown command). If I change&amp;nbsp;LoadOnCommandInvocation="True" attribute with&amp;nbsp;LoadOnAutoCADStartup="True", it works great.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very for looking at this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;PackageContents.xml content:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage SchemaVersion="1.0" AppVersion="1.2.3.4"&lt;BR /&gt;Name="Hello World"&amp;gt;&lt;BR /&gt;&amp;lt;CompanyDetails&lt;BR /&gt;Name="Hello World Engineering"&lt;BR /&gt;Email="support@hello.world"&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;Components&amp;gt;&lt;BR /&gt;&amp;lt;RuntimeRequirements&lt;BR /&gt;SupportPath="./Contents"&lt;BR /&gt;Platform="Civil3D"&lt;BR /&gt;OS="Win64"&lt;BR /&gt;SeriesMin="R19.0"&lt;BR /&gt;SeriesMax="R19.2" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="Hello_World"&lt;BR /&gt;ModuleName="./Contents/HelloWorldAutoLoader.dll"&lt;BR /&gt;LoadOnCommandInvocation="True"&amp;gt;&lt;BR /&gt;&amp;lt;Commands GroupName="HW_Group"&amp;gt;&lt;BR /&gt;&amp;lt;Command Local="HW_HelloWorld" Global="HW_HelloWorld" /&amp;gt;&lt;BR /&gt;&amp;lt;/Commands&amp;gt;&lt;BR /&gt;&amp;lt;/ComponentEntry&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 21:14:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4848055#M53380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T21:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4848307#M53381</link>
      <description>&lt;P&gt;Hmm. That looks ok. Could you also paste the CommandMethod attribute for the HW_HelloWorld command, and tell me the value of your APPAUTOLOAD sysvar?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Mar 2014 00:47:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4848307#M53381</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2014-03-01T00:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4851357#M53382</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;APPAUTOLOAD sysvar value is set to 14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My command method attribute looks like this:&amp;nbsp;&lt;SPAN&gt;[CommandMethod("HW_HelloWorld")]. Please find the testing calss bellow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public class Class1 : IExtensionApplication&lt;BR /&gt;{&lt;BR /&gt;[CommandMethod("HW_HelloWorld")]&lt;BR /&gt;public void HelloWorld()&lt;BR /&gt;{&lt;BR /&gt;Application.DocumentManager.MdiActiveDocument.Editor.WriteMessage("\nHello World");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;public void Initialize()&lt;BR /&gt;{&lt;BR /&gt;Application.DocumentManager.MdiActiveDocument.Editor.WriteMessage("\nInitialising Hello World Application");&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;public void Terminate()&lt;BR /&gt;{&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 10:58:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4851357#M53382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T10:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: AppAutoload in 2013 LoadOnCommandInvocation seems broken</title>
      <link>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4852999#M53383</link>
      <description>&lt;P&gt;You haven't specified a Groupname in your CommandMethod attribute. This is the potential problem I mentioned in an earlier reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your code, try replacing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[CommandMethod("HW_HelloWorld")]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[CommandMethod("HW_Group", "HW_HelloWorld", CommandFlags.Modal)]&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2014 21:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/appautoload-in-2013-loadoncommandinvocation-seems-broken/m-p/4852999#M53383</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2014-03-03T21:17:59Z</dc:date>
    </item>
  </channel>
</rss>

