Hi!
I'm trying to add RTF file to project. While converting it to translatable format with:
project.RunAutomaticTask(new Guid[] { fileGuid }, AutomaticTaskTemplateIds.ConvertToTranslatableFormat);
Trados just hangs. In the log file I can see:
INFO 2014-01-24 03:01:44 ConversionTask – ProcessFile: c:\Project Folder\TRUNK_2_aa [EN]-[IT] 2014_145_4\en-GB\test.rtf INFO 2014-01-24 03:01:44 ConversionTask – ProcessFile: getting filter manager INFO 2014-01-24 03:01:44 ConversionTask – ProcessFile: getting converter
Using Windows 8 Task Manager I can see that Trados spawns new Microsoft Word process, which is all the time doing something using CPU.
The problem doesn't occur while creating project using SDL Trados GUI. Then, RTF files are converted properly.
The problem occured on both SDL Trados 2011 and SDL Trados 2014. Microsoft Word version is 2010.
Thanks for help!