- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a plugin that is targeting net8.0 and am trying to use the same registry entries that worked for the framework version and it is not loading correctly.
[HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R25.0\ACAD-8126:409\Applications\FriendlyTools]
"Description"="Friendly Tools for Friends"
"LOADCTRLS"=dword:00000002
"MANAGED"=dword:00000001
"LOADER"="C:\\Program Files\\Autodesk\\AutoCAD 2025\\Plugins\\FriendlyTools\\FriendlyTools.dll"
These settings work if I target framework 4.8. But, in my migrated app which targets net8.0, I seem to only be able to run it if I manually netload. I have tried most or all of these: https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-autoload-DL....
Success with framework 4.8. With net8.0, it works only with a manual netload. I tried changing the managed value to 2 (on a whim) and no bueno. Not sure if there is a setting of Managed, or LOADCTRLS that will work better. I had the impression that net8.0 was the way to go for ACAD 2025, but not managing the autoload well here.
Edit:
I have found that I have to not have any autoload options done during a session of AutoCAD and then run netload manually for it to work with the net8.0 solution. It appears that if I have an autoload option attempted and then do interactive netload that even netload doesn't work. I have to shut ACAD down, remove the autoload option I tried and start ACAD again, then netload interactively as my first and only option for loading the application.
Solved! Go to Solution.