Author Topic: autload wont be recognised by 2023  (Read 1551 times)

0 Members and 1 Guest are viewing this topic.

Shay Gaghe

  • Newt
  • Posts: 85
autload wont be recognised by 2023
« on: May 09, 2022, 09:48:23 AM »
hi

ive developed addon for autocade and im using the Autodesk autoloader mchanism,
in 2020 it works fine but with 2023, its not even recognized

im using the .bundle structure
C:\Users\WIN10\AppData\Roaming\Autodesk\ApplicationPlugins\PVC.bundle\Contents\Windows\2023

any idea?
Tx
Shay

Jeff_M

  • King Gator
  • Posts: 4087
  • C3D user & customizer
Re: autload wont be recognised by 2023
« Reply #1 on: May 09, 2022, 10:13:25 AM »
Did you update the PackageContents.xml file to specify the use of the new file?

jtoverka

  • Newt
  • Posts: 127
Re: autload wont be recognised by 2023
« Reply #2 on: May 09, 2022, 10:25:38 AM »
I had this issue, but I specified the following in the xml file:

Code: [Select]

    <RuntimeRequirements OS="Win32|Win64"
                         Platform="AutoCAD*"
                         SeriesMin="R19.0"
                         SeriesMax="R24.0" />


The SeriesMax to include AutoCAD 2023 is R24.2

Shay Gaghe

  • Newt
  • Posts: 85
Re: autload wont be recognised by 2023
« Reply #3 on: May 10, 2022, 12:05:38 AM »
hi

i have tried lots of things but nothing,
ive installed addon that support 2023 in order to see the stracture,
i was amazed the partial is not listed but appear

any idea? see attachment

tx
Shay