Hi everyone. I want to create my first add-in program for inventor using c#. I got stuck on a part where i should copy my .addin file to folder AddIns or Inventor AddIns, because i haven't any of these. Not in directory like this C:\ProgramData\Autodesk\Inventor 2014\Addins\ not in C:\Users\Public\Documents\Autodesk\Inventor 20xx\Inventor Addins or smth like that.
I've found folder AddIns in directory C:\Users\Public\Documents\Autodesk\Inventor 2016\SDK\DeveloperTools\Samples\VCSharp.NET\Addins. That's OK? Because. there are 3 diffrent folders AddIns with diffrent languages. Instead of VCSharp.NET ..\Samples\VB.NET\Addins and ..\Samples\VC++\AddIns.
Is that AddIns folder what i need?
Thanks for any help 😃
P.S. Sorry for my bad English))
Solved! Go to Solution.
Solved by Xun.Zhang. Go to Solution.
Hi @Anonymous,
Try this folder and make sure you have load the addin and trust the signature before load it.
To load addin, please navigate to tools -> Add-ins.
C:\ProgramData\Autodesk\ApplicationPlugins
Hope it helps!
Can't find what you're looking for? Ask the community or share your knowledge.