Inventor Add-in Templates for 2017

Inventor Add-in Templates for 2017

ngocson8335
Advocate Advocate
796 Views
5 Replies
Message 1 of 6

Inventor Add-in Templates for 2017

ngocson8335
Advocate
Advocate

Dear Autodesk Expert,

 

I am using Add-In Template for Inventor 2018. But I would like to install for Inventor 2017.  Please help me to change something in this template to install in 2017. 

Nice day!

Thank you so much.

Ngoc Son - Autodesk Inventor User

Ngoc Son
Autodesk User
0 Likes
Accepted solutions (1)
797 Views
5 Replies
Replies (5)
Message 2 of 6

bradeneuropeArthur
Mentor
Mentor

Hi,

 

First change your reference for the Autodesk Inventor Object Library form 2018 version to inventor 2017 version.

Like this:

C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Autodesk.Inventor.Interop\v4.0_########\autodesk.inventor.interop.dll

Than take a look if there are errors.

 

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
Message 3 of 6

Martin-Winkler-Consulting
Advisor
Advisor

@ngocson8335 

In my experience I can say that addins created with a higher version of Inventor also run on lower versions. Unless you are using a functionality that did not exist in the lower version yet.

Regards Martin

Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature

0 Likes
Message 4 of 6

ngocson8335
Advocate
Advocate

Dear Mr.bradeneurope|Arthur

I already changed to the Autodesk Inventor Object Library form 2017 and I didn't see any errors, but when Inventor 2017 launched it didn't load the add-in.

Please see my attached project (.zip).

 

Ngoc Son
Autodesk User
0 Likes
Message 5 of 6

Martin-Winkler-Consulting
Advisor
Advisor
Accepted solution

@ngocson8335 

you have to change the Autodesk.iFeatureName.Inventor.addin File for loading lower versions:

 

<Addin Type="Standard">
  <!--Created for Autodesk Inventor 2018 (Version 22.0)-->
  <ClassId>{de55ae5b-65de-4465-bbb5-d1617c2ccc9f}</ClassId>
  <ClientId>{de55ae5b-65de-4465-bbb5-d1617c2ccc9f}</ClientId>
  <DisplayName>iFeatureName</DisplayName>
  <Description>iFeatureName</Description>
  <Assembly>iFeatureName.dll</Assembly>
  <LoadOnStartUp>1</LoadOnStartUp>
  <UserUnloadable>1</UserUnloadable>
  <Hidden>0</Hidden>
  <SupportedSoftwareVersionGreaterThan>20..</SupportedSoftwareVersionGreaterThan>
  <DataVersion>1</DataVersion>
  <UserInterfaceVersion>1</UserInterfaceVersion>
</Addin>

Please additionally check if the addin files are in the directory C:\ProgramData\Autodesk\ApplicationPlugins\ located.

 

Regards

Martin

Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature

Message 6 of 6

ngocson8335
Advocate
Advocate

Dear Mr. 

 

Thank you so much. It works very well. I tried to do the same your way before and now it didn't work until I restarted my computer.

 

Thanks thanks thanks Sir!!!

Ngoc Son
Autodesk User
0 Likes