Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

No AddIns or Inventor Addins folder created.

Anonymous

No AddIns or Inventor Addins folder created.

Anonymous
Not applicable

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))

0 Likes
Reply
Accepted solutions (1)
524 Views
2 Replies
Replies (2)

Xun.Zhang
Alumni
Alumni
Accepted 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!


Xun

Anonymous
Not applicable

Thanks.

0 Likes