Replies: 3 comments
-
Hello, For your problem you have to use the "Version Dependend ProgId" and not the "Version Independent ProgId", since the version independent progid always maps to one version dependend progid. In your case I would guess "CANoe.Application" --> "CANoe.Application.10". So either would have to set CANoe 11 as default COM server (support request at Vector) or search for the version dependent progid for CANoe 11 (most likely "CANoe.Application.11") |
Beta Was this translation helpful? Give feedback.
-
@sschukat i will try that, thanks |
Beta Was this translation helpful? Give feedback.
-
Thanks @sschukat! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So i am trying to open CANoe with dispatch and then start the measurement, the only thing is that i have 2 canoe versions installed, 10 and 11, and i want it to open version 11 but it opens version 10.
i m using the code from the first example i could find, the easiest one
i deleted canoe 10 from all the possible paths in system and account variables and i replaced them with canoe 11 and it still opens canoe 10
the cfg file that i want to open it s for canoe 11.
python version 3.6.2
pywin32 version latest
code:
Anyone knows anything about this? Thanks
Beta Was this translation helpful? Give feedback.
All reactions