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 Reply
  • So here is the story:
    I have MultiTerm 2017 Desktop application installed on my machine
    I downloaded your "MultiTermStandAloneTestApp" test project and tried to run it.

    The problem - as far as I can tell - is that your solution is referencd to the version 15 interop dll, while with the installation of MultiTerm 2017 I only get the version 14.

    Your code exaple - as well as the SDK example - doesn't works with this environment (MT 2017).

    I am planning to download the MultiTerm 2019 trial version and see if that will install the correct dll version and using that see if your code works or not. If it works then the MultiTerm 2017 installer is incorrect. If not then somethign wrong in my environment.

    Thank you for you help.
    Regards,
    Judit
Children