Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I used to use iLogic-code to open some PDF file with Process.Start method:
Dim invReleaseNum = Left(ThisApplication.SoftwareVersion.DisplayVersion, 4)
Dim pdfFilePath = "C:\Users\Public\Documents\Autodesk\Inventor " & invReleaseNum & "\Templates\ru-RU\Sample Part Template.pdf"
Process.Start(pdfFilePath) ' ... The specified executable is not a valid application for this OS platform.
But in Inventor 2025(.0.1) call for this method produces error '... The specified executable is not a valid application for this OS platform'.
What I'm missing?
Please vote for Inventor-Idea Text Search within Option Names
Solved! Go to Solution.