I want to use Trados 2024 API to develop console app and use .net 8 developed tool to call this console app to implement automation.
How can I do it, it frequently has license issue.
I want to use Trados 2024 API to develop console app and use .net 8 developed tool to call this console app to implement automation.
How can I do it, it frequently has license issue.
Hi Flavio Sun , the Trados Studio API (including its automation and SDK libraries) is primarily intended to be used within an interactive user session: typically via Studio plugins, not external command line or background services.
The API relies on Studio being fully licensed, launched, and running in the current Windows user session; headless or service scenarios often run into licensing or COM/initialization/threading errors as you've mentioned above.
We do have a good example of working with Project Automation via powershell that should get you started, here: https://github.com/RWS/Sdl-studio-powershell-toolkit
Useful Links and References
Got it, thank you Patrick Andrew Hartnett