Message 1 of 7
Add in won't load inventor 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to make an Custom ribbon in inventor 2023. Yet it won't see the code in the Add-Ins.
Am I doing something wrong here? I am using the InventorDemoApi-main from https://github.com/HolzetheKid/InventorDemoApi/blob/main/README.md
The code is in the attachment!
<Addin Type="Standard">
<!--Created for Autodesk Inventor Version 2023-->
<ClassId>{a7695474-67ee-49da-9a09-283ef242a9b2}</ClassId>
<ClientId>{a7695474-67ee-49da-9a09-283ef242a9b2}</ClientId>
<DisplayName>InventorDemoApi</DisplayName>
<Description>InventorDemoApi</Description>
<Assembly>InventorDemoApi.dll</Assembly>
<LoadOnStartUp>1</LoadOnStartUp>
<UserUnloadable>1</UserUnloadable>
<Hidden>0</Hidden>
<SupportedSoftwareVersionGreaterThan>26..</SupportedSoftwareVersionGreaterThan>
<DataVersion>1</DataVersion>
<UserInterfaceVersion>1</UserInterfaceVersion>
</Addin>
Ciao