Multilingual excel filetype not working - Could not find a part of the path 'C:\Users\User\AppData\Local\Temp\SDLTempFileManager\5fv5juvm.qpr\[Content_Types].xml'

Hi guys,

I'm trying to prepare a project involving a multilingual excel on Trados Studio 2022 using Multilingual Excel Filetype.

I set up the file type correctly (I couldn't find any apparent issue) but when I got an error during the "convert to translatable file":

Could not find a part of the path 'C:\Users\User\AppData\Local\Temp\SDLTempFileManager\5fv5juvm.qpr\[Content_Types].xml

Here is the full error stack

<SDLErrorDetails time="24/10/2023 17:10:00">
  <ErrorMessage>Could not find a part of the path 'C:\Users\User\AppData\Local\Temp\SDLTempFileManager\5fv5juvm.qpr\[Content_Types].xml'.</ErrorMessage>
  <Exception>
    <Type>System.IO.DirectoryNotFoundException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</Type>
    <HelpLink />
    <Source>mscorlib</Source>
    <HResult>-2147024893</HResult>
    <StackTrace><![CDATA[   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Core.Services.FileService.Open(String path)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Core.Services.XmlDocumentService.Load(String filePath, Boolean preserveWhitespace)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Core.Archive.ArchivePartPathsIdentifier.ProcessTypes(Action`1 matchToContextValue, String baseArchivePath)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Core.Archive.ArchivePartPathsIdentifier.LoadData(String baseArchivePath)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Excel.Parser.Archive.ArchiveParser.Parse(String archivePath, IDispatcherConfiguration dispatcherConfiguration, IDispatcherConfiguration preReadConfiguration)
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Excel.XlsxParser.ProcessArchive()
   at Sdl.FileTypeSupport.Filters.MicrosoftOffice.Excel.XlsxParser.ParseNext()
   at Sdl.FileTypeSupport.Framework.Integration.SubContentExtractor.ParseNext()
   at Sdl.FileTypeSupport.Framework.Integration.FileExtractor.PublisherProcessSubContent(Object sender, ProcessSubContentEventArgs args)
   at Multilingual.Excel.FileType.Services.BilingualParser.PublishContent(ProcessSubContentEventArgs eventArgs)
   at Multilingual.Excel.FileType.Services.BilingualParser.PublishSubContent(String embeddedProcessorId, Stream subContentStream)
   at Multilingual.Excel.FileType.Services.BilingualParser.PublishEmbeddedSubContent(String embeddedProcessorId, String text)
   at Multilingual.Excel.FileType.Services.BilingualParser.ParseNext()
   at Sdl.FileTypeSupport.Framework.Integration.FileExtractor.ParseNext()
   at Sdl.FileTypeSupport.Framework.Integration.MultiFileConverter.ParseNext()
   at Sdl.FileTypeSupport.Framework.Integration.MultiFileConverter.Parse()
   at Sdl.ProjectApi.AutomaticTasks.Conversion.ConversionTask.ProcessFile(IExecutingTaskFile executingTaskFile)
   at Sdl.ProjectApi.AutomaticTasks.AbstractFileLevelAutomaticTaskImplementation.Execute()]]></StackTrace>
  </Exception>
  <Environment>
    <ProductName>Trados Studio</ProductName>
    <ProductVersion>Studio17</ProductVersion>
    <EntryAssemblyFileVersion>17.1.8.17828</EntryAssemblyFileVersion>
    <OperatingSystem>Microsoft Windows 10 Home</OperatingSystem>
    <ServicePack>NULL</ServicePack>
    <OperatingSystemLanguage>1040</OperatingSystemLanguage>
    <CodePage>1252</CodePage>
    <LoggedOnUser>XXXXXXXXXXXXXXXXX\User</LoggedOnUser>
    <DotNetFrameWork>4.0.30319.42000</DotNetFrameWork>
    <ComputerName>XXXXXXXXXXXXXXXXX</ComputerName>
    <ConnectedToNetwork>True</ConnectedToNetwork>
    <PhysicalMemory>33517052 MB</PhysicalMemory>
  </Environment>
</SDLErrorDetails>

I was excited to test this file type after many years of manual work to manage these king of project, this error broke my heart!

Did anybody here experienced anything like this?

emoji