inventordev
inventordev
I found the interesting thread. https://stackoverflow.com/questions/22986017/undocumented-vba-special-keywords-circle-and-scale Here is a test code and the errors happen with a vanilla Excel VBA. ```VBA Sub test() Dim Circle As Object ' Error Dim...
Hi, I'm using Inventor 2022. I'll try with 2020 later.
Inventor 2020 cause an error when booting VBE as you said...
NLog.LogManager.Configuration was null if Inventor 2020 was used and this caused the error. I don't know why it was null or who should have initialized this object.