Hi
Im new to running Web Services with Livelink and tried to get it up and running on my local machine.
Im running Windows 7 with a IIS 7.5 trying to set up the Web services 9.7.1, got several other WCF solutions up and running on the machine so general configuration is ok.
After following the installation instruction (with modifications for using IIS 7.5) and verifying it with this adress as described in manual.
http://localhost/les-services/DocumentManagement.svc
I get the following error message.
-----------
Parser Error Message: The CLR Type 'OpenText.Livelink.Service.Core' could not be loaded during service compilation. Verify that this type is either defined in a source file located in the application's \App_Code directory, contained in a compiled assembly located in the application's \bin directory, or present in an assembly installed in the Global Assembly Cache. Note that the type name is case-sensitive and that the directories such as \App_Code and \bin must be located in the application's root directory and cannot be nested in subdirectories.
Source Error:
Line 1: <%@ ServiceHost Service="OpenText.Livelink.Service.DocMan.DocumentManagement_WCF" Factory="OpenText.Livelink.Service.Core" %>
Source File: /les-services/DocumentManagement.svc Line: 1
------------
The application pool is set to run w32 applications as mentioned in the FAQ.
Anyone who has seen this and can point me in right direction? I can add it to the gac if needed but none of it is mentioned in the installation instructions.
Regards
Urban