I am trying to login to Livelink through an ASP.NET web application. When I try to verify whether or not my login worked using retVal = curDocs.AccessEnterpriseWS(eWS) where retVal as Long, curDocs as LAPI_DOCUMENTS, and eWS as LLValue I receive the error: The type initializer for 'java.util.Locale' threw an exception.
Has anybody encountered this error and found a solution for it?