I would like to know the procedure for creating an Inventor Add-in using C# or VB.NET. Any settings to be made or how?
I've tried using templates from from various sources, but I got an error. If anyone has successfully done the process, it would be so helpful if you would guide me through it.
Thanks in advance.
I expect you have Inventor (2020) and VisualStudio (2017) installed.
Install DeveloperTools from SDK (C:\Users\Public\Documents\Autodesk\Inventor 2020\SDK). It creates new project templates to VS. Default template is not perfect, but works.
Create new project from template "Autodesk Inventor 2020 Addin".
That's all
Some troubleshooting is described here https://ekinssolutions.com/addins-visualstudio2017/