Message 1 of 3
Inventor application 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
My collegue working in C# got code working in Inventor 2025 / framework 8.0, but i get error in vb.net
Its about getting the active Inventor application.
So the whole stuff to find a com object works as you can see:
The following line is to cast that object to Globals.oApp which is juist:
Inside Globals:
But I get error. Same with TryCast, or:
Dim inventorApp As Inventor.Application = CType(obj, Inventor.Application)
What am I doing wrong?
Thanks in advance