Message 1 of 1
Apprentice Server issues
Not applicable
07-11-2018
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have Inventor 2018 and 2019 installed, and need to keep 2018 for legacy projects. I have a customization written in VB in Visual Studio that starts the apprentice server;
Dim apprenticeserver As New ApprenticeServerComponent
However it always starts the 2018 version, I know this as the 2019 migrated files causes an error, where as the 2018 versions do not.
So my question is can I dictate the version of the apprentice that is started from my code ?