My add-in cannot be loaded

My add-in cannot be loaded

HideoYamada
Advisor Advisor
598 Views
5 Replies
Message 1 of 6

My add-in cannot be loaded

HideoYamada
Advisor
Advisor

Hello,

 

One of my app user says that my add-in cannot be loaded.

The user send me the screen shot of Add-in Manager and it is strange.

image.png

"Loaded/Unloaded" checkbox is grayed out. I tried to reproduce this phenomenon but could not.

Does anyone know the condition to make this happen?

 

Thanks,

 

=====
Freeradical
 Hideo Yamada
https://www.freeradical.jp
0 Likes
Accepted solutions (1)
599 Views
5 Replies
Replies (5)
Message 2 of 6

Andrii_Humeniuk
Advisor
Advisor

Check out this post, maybe it will help you.

Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor

LinkedIn | My free Inventor Addin | My Repositories

Did you find this reply helpful ? If so please use the Accept as Solution/Like.

EESignature

Message 3 of 6

HideoYamada
Advisor
Advisor

Hello Andrii,

 

Thank you for your reply. I'll check the parameters and then report the result.

 

=====
Freeradical
 Hideo Yamada
https://www.freeradical.jp
0 Likes
Message 4 of 6

Frederick_Law
Mentor
Mentor

Maybe user has no file opened.

List of options in .addin file:

 

  <!--LoadOnStartUp 1 LoadOnStartUp-->
  <LoadAutomatically>1</LoadAutomatically>

  <!--LoadBehavior  0:Start with Inventor -->
  <!--LoadBehavior  1:Start with part -->
  <!--LoadBehavior  2:Start with assembly -->
  <!--LoadBehavior  3:Start with presentation -->
  <!--LoadBehavior  4:Start with drawing -->
  <!--LoadBehavior 10:On Demand -->

  <LoadBehavior>4</LoadBehavior>
  <UserUnloadable>1</UserUnloadable>
  <Hidden>0</Hidden>
  <SupportedSoftwareVersionGreaterThan>15..</SupportedSoftwareVersionGreaterThan>

 

Message 5 of 6

Michael.Navara
Advisor
Advisor
Accepted solution

Your screenshot is not from Inventor and its command Tools->Options->Add-ins but from external application AddInMgr.exe located in install folder of Inventor (Like: "C:\Program Files\Autodesk\Inventor 2024\Bin\AddInMgr.exe").

MichaelNavara_0-1685628322778.png

 

Message 6 of 6

HideoYamada
Advisor
Advisor

Thank you all!

 

In this case, my user had used the external "AddInMgr.exe" as @Michael.Navara said.

The user used Add-In manager in Inventor and the problem was resolved.

 

=====
Freeradical
 Hideo Yamada
https://www.freeradical.jp
0 Likes