Hi,
I just tried to instantiate the RM and CLassifications web services. For both new services, I added applications to IIS just as I did for the original les-services. The error I get back is the following:
...Could not load type 'OpenText.Livelink.Service.Core.LogModule'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Could not load type 'OpenText.Livelink.Service.Core.LogModule'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[HttpException (0x80004005): Could not load type 'OpenText.Livelink.Service.Core.LogModule'.] System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +11247264 System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +64[ConfigurationErrorsException: Could not load type 'OpenText.Livelink.Service.Core.LogModule'.] System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) +11208797 System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) +78 System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +194 System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1891 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +166 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +336 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +350 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +382[HttpException (0x80004005): Could not load type 'OpenText.Livelink.Service.Core.LogModule'.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11337958 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4356196 |
I get this error message for both Rec man and Classifications services. Have I missed something obvious?
-Hugh