Autoloading plugins with ACAD 2025

Autoloading plugins with ACAD 2025

Andrew_Roe
Participant Participant
861 Views
2 Replies
Message 1 of 3

Autoloading plugins with ACAD 2025

Andrew_Roe
Participant
Participant

I've got a plugin that works fine in AutoCAD 2024 and earlier versions. In AutoCAD 2025, it does not load. I can get things to work by NETLOADing the DLLs and manually loading the menu using CUILOAD, but I'd like everything  to autoload.  I place the plugin in the following folder:  

...\Program Files\Autodesk\ApplicationPlugins

... and this has worked fine in the past. Is there something I need to differently in 2025 to get it to work?
TIA

Andy

0 Likes
Accepted solutions (1)
862 Views
2 Replies
Replies (2)
Message 2 of 3

kerry_w_brown
Advisor
Advisor
Accepted solution

Do you have SeriesMax and SeriesMin assigned values ??

 

https://adndevblog.typepad.com/autocad/2024/06/autocad-2025-update-your-packagecontentsxml-with-runt...

 

Regards,

 

 


// Called Kerry or kdub in my other life.

Everything will work just as you expect it to, unless your expectations are incorrect. ~ kdub
Sometimes the question is more important than the answer. ~ kdub

NZST UTC+12 : class keyThumper<T> : Lazy<T>;      another  Swamper
0 Likes
Message 3 of 3

Andrew_Roe
Participant
Participant

Adding a SeriesMax value fixed it. Thanks!

0 Likes