<?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: Plugin Bundle is not loading, but app works when using NETLOAD in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832919#M3660</link>
    <description>&lt;P&gt;What about the GUID's? Are they unique to this project? Note that it is different than the guid used in your VS project.&lt;/P&gt;
&lt;P&gt;Is the xml ModuleName path to the dll correct?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 17:40:39 GMT</pubDate>
    <dc:creator>Ed__Jobe</dc:creator>
    <dc:date>2024-06-11T17:40:39Z</dc:date>
    <item>
      <title>Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832781#M3653</link>
      <description>&lt;P&gt;I've completed work on a new plugin bundle for my team to use in AutoCAD 2024 but I'm running into some weird issues. For the life of me I cannot get the bundle to load automatically when Plant 3D is launched. Using NETLOAD works, but the goal is to have the new commands available to those who have the bundle installed without having to do an extra step every time they need the plugin to load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's even more confusing is that this is only an issue in my latest build of this software. I had originally created a project called "ID-BOP", created an installer for it, and everything worked perfectly. Now that I've migrated the code to a new repository and updated the name to "InvertElevation" (per requirements from my devops admins), the same code no longer works. I've updated the ProductCode in the PackageContents.xml file so there shouldn't be any issues there. As far as I can tell, everything is correctly configured. I'm hoping someone can tell me where I went wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project files will be attached.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 16:43:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832781#M3653</guid>
      <dc:creator>jmmcneil</dc:creator>
      <dc:date>2024-06-11T16:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832828#M3654</link>
      <description>&lt;P&gt;The bundle must be in a trusted location. Try moving it to one of the &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-5E50A846-C80B-4FFD-8DD3-C20B22098008" target="_blank" rel="noopener"&gt;bundle locations under the user's profile&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as the plugin not working, you need to be more specific rather than just saying it's not working. Are you able to debug it?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:05:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832828#M3654</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-06-11T17:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832832#M3655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If your plugin works while NETLOADed but does not automatically loads from the .bundle, the issue is not with the project you attached.&lt;/P&gt;
&lt;P&gt;You should show the PackageContents code instead.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:07:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832832#M3655</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2024-06-11T17:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832834#M3656</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;I totally forgot my PackageContents.xml wasn't in that folder, my apologies. Here it is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
&amp;lt;ApplicationPackage
    SchemaVersion="1.0"
    AppVersion="1.0.0"
    Author="My Company"
    ProductCode="{2C5733CD-C102-42E3-9F96-27BCA5ABBBC0}"
    UpgradeCode="{5E5E8B86-9F70-4589-AAF4-A51D283056A3}"
    Name="Nexus Plant"&amp;gt;
    &amp;lt;CompanyDetails Name="My Company"/&amp;gt;
    &amp;lt;Components&amp;gt;
        &amp;lt;ComponentEntry
            AppName="Invert Elevation"
            ModuleName="./Contents/bin/Nexus.Plant.InvertElevation.dll"/&amp;gt;
    &amp;lt;/Components&amp;gt;
&amp;lt;/ApplicationPackage&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:09:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832834#M3656</guid>
      <dc:creator>jmmcneil</dc:creator>
      <dc:date>2024-06-11T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832853#M3657</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;The plugin works as expected when loaded via NETLOAD, but it won't autoload from the plugin bundle. I tried moving the bundle file to %AppData%\Autodesk\ApplicationPlugins as you suggested but nothing changed. Using APPAUTOLOADER to list loaded plugins shows that the bundle is visible to AutoCAD, but the command isn't being made available. Please note that whether or not I've installed the bundle to C:\Program Files\..., C:\ProgramData\..., or %AppData%\... the result is the same. The bundle is visible, just not made available to the user.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Command: APPAUTOLOADER
Enter an autoloader action [List/Reload] &amp;lt;List&amp;gt;: R
C:\Users\jmmcneil\AppData\Roaming\Autodesk\ApplicationPlugins\NexusPlant.bundle... Ok
C:\Program Files\Autodesk\ApplicationPlugins\ADSK-ProjectExplorer-2024.bundle... Ok
C:\Program Files\Autodesk\ApplicationPlugins\RasterDesign2022.Bundle... Ok
C:\Program Files\Autodesk\ApplicationPlugins\RasterDesign2024.Bundle...
Autoloader for AeciSk has no commands
Autoloader for AeciRem has no commands
Autoloader for AeciIbApi has no commands
Autoloader for AeciUiBase has no commands
Autoloader for AeciRibbonUiApi has no commands
 Ok
C:\Program Files (x86)\Autodesk\ApplicationPlugins\Autodesk AppManager.bundle... Ok
C:\Program Files (x86)\Autodesk\ApplicationPlugins\Autodesk FeaturedApps.bundle... Ok
C:\ProgramData\Autodesk\ApplicationPlugins\3dsmax-civilview-2024-1.2.1.0...
C:\ProgramData\Autodesk\ApplicationPlugins\AdvancedModeling3dsMax2024...
C:\ProgramData\Autodesk\ApplicationPlugins\ID-BOP.bundle... Ok
C:\ProgramData\Autodesk\ApplicationPlugins\MAXtoA_2024...
C:\ProgramData\Autodesk\ApplicationPlugins\Retopology3dsMax2024...
C:\ProgramData\Autodesk\ApplicationPlugins\SubstanceIn3dsMax2024...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832853#M3657</guid>
      <dc:creator>jmmcneil</dc:creator>
      <dc:date>2024-06-11T17:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832868#M3658</link>
      <description>&lt;P&gt;&lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-BC76355D-682B-46ED-B9B7-66C95EEF2BD0" target="_blank" rel="noopener"&gt;From Help&lt;/A&gt;: "RuntimeRequirements element – Required, if a Components element is present "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice the Components element from one of my bundles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;
&amp;lt;ApplicationPackage  
    SchemaVersion="1.0"
    Name="TID_Startup"
    Description="Initialization of AutoCAD environment. Base utilities are loaded at startup."
    Author="Ed Jobe"  
    AppVersion="2013.0.0.0" 
    ProductCode="6a97735b-e0ec-4076-8898-7bc526db74f3"
    Helpfile=""&amp;gt;
  &amp;lt;CompanyDetails
    Name="Turlock Irrigation District"
    URL="www.tid.com"
    Email="email@some.com"&amp;gt;    
  &amp;lt;/CompanyDetails&amp;gt;
  &amp;lt;Components&amp;gt;
    &amp;lt;RuntimeRequirements
      OS="Win32"
      Platform="AutoCAD|Map|Civil3D|MEP"
      SeriesMin="R19"
      SeriesMax="R24"
      SupportPath=""
      ToolPalettePath=""&amp;gt;  
    &amp;lt;/RuntimeRequirements&amp;gt;
    &amp;lt;ComponentEntry
      AppName="TID_Startup"
      AppType=".Net"
      MouduleName="./Contents/TID_Startup.dll"&amp;gt;      
    &amp;lt;/ComponentEntry&amp;gt;
  &amp;lt;/Components&amp;gt;
&amp;lt;/ApplicationPackage&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:23:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832868#M3658</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-06-11T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832901#M3659</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;No luck, unfortunately. I've tried adding that in the past as well. Strangely one of my other plugins loads as expected without the RuntimeRequirements tag, but this project is being difficult haha. I appreciate the suggestion&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:34:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832901#M3659</guid>
      <dc:creator>jmmcneil</dc:creator>
      <dc:date>2024-06-11T17:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832919#M3660</link>
      <description>&lt;P&gt;What about the GUID's? Are they unique to this project? Note that it is different than the guid used in your VS project.&lt;/P&gt;
&lt;P&gt;Is the xml ModuleName path to the dll correct?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:40:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832919#M3660</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-06-11T17:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832962#M3661</link>
      <description>&lt;P&gt;Okay this is embarassing. Installer was deploying the .bundle folder with a "Content" folder and my PackageContents.xml was pointing to "Content&lt;STRONG&gt;s&lt;/STRONG&gt;". My shame is immeasurable but I'm glad that it's been resolved. Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14801"&gt;@Ed__Jobe&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;for your time and your help!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:51:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832962#M3661</guid>
      <dc:creator>jmmcneil</dc:creator>
      <dc:date>2024-06-11T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Bundle is not loading, but app works when using NETLOAD</title>
      <link>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832970#M3662</link>
      <description>&lt;P&gt;Yes, it has to be Contents in order for AutoCAD to find it.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 17:54:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plugin-bundle-is-not-loading-but-app-works-when-using-netload/m-p/12832970#M3662</guid>
      <dc:creator>Ed__Jobe</dc:creator>
      <dc:date>2024-06-11T17:54:57Z</dc:date>
    </item>
  </channel>
</rss>

