Hi,
we are attemtping to try and get out Livelink Services up and running and they seem to be installed correctly, I can add them and instantiate them with the following line of code. llAuthentication.
AuthenticationClient client = new ConsoleApplication5.llAuthentication. AuthenticationClient ();
Obviously the reference I have added is called llAuthentication, so when I attempt to call AuthenticateUser as below, I get the following error;
string token = client.AuthenticateUser( "mpine" , "MY_PASSWORD"); Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I initially was doing this in VS 2010, but decided to try VS 2008 as well and have tried targetting both .Net 4.0 and .Net 3.5 versions of the framework, have phsyically copied the dll in the bin directory and still does not work.
Is there something I am missing in regards to getting these services working ?
regards
Michael