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
  • I think the problem is the dll I got with the installer only give me the MultiTermIX version 14. Both of you r code uses version 15. When I open your code and reference to my dll then the line "var app = new MultiTermIX.ApplicationClass();" drop an error: Interop type 'ApplicationClass' cannot be embedded. Use the applicable interface instead. Would be interesting to see if I get the error if I reference to version 15, but I dpon't know where I can get that dll (as it is not coming with our intaller)...?
Children