It’s been way too long since my last post but I can assure you that I’m still alive but have been busy. I’ll be posting soon on some of what I’ve been working on but as part of that work, I found an issue with the Inventor Add-In template that I recently published. The issue was that I had updated an older template of mine when I created it but that older template was based on an older version of the .NET libraries. It still works but it also means you miss out on some features more recently added. How I noticed it was that I was unable to declare a variable as a List type.
Dim someStuff As New List(Of Integer)
If you download the current version on the product page, you’ll get this latest update.
1 thought on “Update to Add-In Template”
Hello, will you please update this template also for visual studio 2019?
Thanks.
Martin