Addin automatically get unloaded

Addin automatically get unloaded

Anonymous
Not applicable
833 Views
1 Reply
Message 1 of 2

Addin automatically get unloaded

Anonymous
Not applicable

I have created one add in as "SampleAddinTo load"  and i have saved  .dll of addin and .addin file on other machine where inventor is installed on following location:

"C:\Users\Jineshshaha2\AppData\Roaming\Autodesk\ApplicationPlugins\SampleAddinTo load" as per instruction give on autodesk inventor help link.

In inventor application in Addin tab the loaded addin get display with behavior as "automatic/unloaded", and I changed it  to "automatic/loaded" click on ok button.

After that when i again open that addin manager  the status of the "SampleAddinTo load" is "automatic/unloaded" shows again.

what should i do to keep it "automatic/loaded"?

Addins.png

 

834 Views
1 Reply
Reply (1)
Message 2 of 2

bradeneuropeArthur
Mentor
Mentor

Hi,

Please upload your add in  file as text.

 

The File should contain the following:

<LoadOnStartUp>1</LoadOnStartUp>
  <UserUnloadable>1</UserUnloadable>
  <Hidden>0</Hidden>
  <SupportedSoftwareVersionGreaterThan>XX..</SupportedSoftwareVersionGreaterThan>
  <DataVersion>1</DataVersion>
  <UserInterfaceVersion>1</UserInterfaceVersion>

Or did you copy the correct GUID to the correct locations like the Addin File?

Did you create unique ribbon bars etc.

Use try and catch to find the problem within your add in.

Regards,

Autodesk Software: Inventor Professional 2018 | Vault Professional 2018 | Autocad Mechanical 2018
Programming Skills: Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
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 ! 

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