Hi,
I have build an application using Visual Studio 2010 which creates a SDL Trados Studio 2014 SP2 project with the help of a Studio template.
In the template a custom machine translation memory and all other stuff is defined as usual.
The template is working in Studio 2014 without problems, but not in API:
Analysis is not working:
objAutomaticTask = objProjectFileBased.RunAutomaticTask(ArrFilesGuids, Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.AnalyzeFiles)
Pre-translation works:
objAutomaticTask = objProjectFileBased.RunAutomaticTask(ArrFilesGuids, Sdl.ProjectAutomation.Core.AutomaticTaskTemplateIds.PreTranslateFiles)
There is nothing changed in between those two calls!
Thanks for any help.
Rainer