Add in won't load inventor 2023

Add in won't load inventor 2023

GKR2023
Enthusiast Enthusiast
494 Views
6 Replies
Message 1 of 7

Add in won't load inventor 2023

GKR2023
Enthusiast
Enthusiast

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
0 Likes
495 Views
6 Replies
Replies (6)
Message 2 of 7

bradeneuropeArthur
Mentor
Mentor

Do you receive a message from Inventor about loading?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 7

Frederick_Law
Mentor
Mentor

I can only get this far:

AddinBlock-02.jpg

Nothing show in Addin Manager.

0 Likes
Message 4 of 7

bradeneuropeArthur
Mentor
Mentor

And what happens when you click launch add in manager? Normally you can only than unblock the addin!

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 5 of 7

Frederick_Law
Mentor
Mentor

It went to Addin Manager but the Addin is not there.

0 Likes
Message 6 of 7

bradeneuropeArthur
Mentor
Mentor

Could you make  a screenshot of the manager?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 7 of 7

Frederick_Law
Mentor
Mentor

@bradeneuropeArthur wrote:

Could you make  a screenshot of the manager?


I've scroll through one by one to check dll path.

I didn't build the project.

AddinBlock-03.jpgAddinBlock-04.jpgAddinBlock-05.jpg

AddinBlock-06.jpg

0 Likes