I’m quite new to livelink. I’ve been trying to connect to livelink webservices with .Net/C#, but I keep getting the same message every time I try to run my code and every sample I’ve tried.
The message is” Error: Could not load type ‘com.opentext.api.LLServiceSession’ from assembly ‘LapiService, Version=9.7.1.0, Culture=neutral, PublicKeyToken=null’.
I’ve added the LAPI_NETp.dll and LapiService.dll as references in the project. I can see the LLServiceSession type inside the LapiService.dll.
What is it that i'm missing from my code etc?