MultiTerm 2017 connection to server fails

Trying to connect to MultiTerm Server using the example code from SDK. This works fine with MultiTerm 2014 but when I install 2017 then it fails

Set oLocalRep = oMt.LocalRepository

I updated the Reference to MultiTerm140.TMO 14.0 Type Library.

Trying in C# code it is also fails (this also works with 2014, and I also updated the References accordingly)

MultiTermApp = new MultiTermIX.Application();

I tried to reinstall MultiTerm, still no luck.

 

Any idea how to fix this?

 

Regards,

Judit

Parents
  • Hello  ,

    I had a look in Multiterm SDK documentation and I found out that in order to connect to server using C# code, you need to use the Sdl.MultiTerm.TMO.Interop.dll which is created specially to develop functionality using C#. Accordingly to Multiterm documentation, the MultitermIX namespace is used for programmatic access to MultiTerm Client functionality through COM (e.g. VBA). (see below print screen)


    Screenshot of Trados Studio Multiterm SDK documentation showing the Sdl.MultiTerm.TMO.Interop.dll for C# code and MultitermIX namespace for COM access.



    With kind regards,

    Florentina-Lucia Caputa

    With kind regards,

    Florentina Caputa



    Generated Image Alt-Text
    [edited by: Trados AI at 1:12 PM (GMT 0) on 5 Mar 2024]
  • Dear Florentina, thank you for your answer. Sorry if I wasn't clear enough, but the case is I added the correct references, and also tried both C# solution (neither is working). The same goes for the VBA, I added carefully the reference to the dll. I wonder if anyone out there managed to get this work so we can be sure the problem is on my side. As I mentioned we did not have problem with previous MultiTerm versions regarding to this matter.
Reply Children