Hello All,
When i am compiling my C# console application i get the below exception.Any pointers what might be going wrong?
Application encountered an exception:
The type initializer for 'java.util.Locale' threw an exception.
at java.util.Locale.getDefault()
at com.ms.vjsharp.lang.StringImpl.toUpperCase(String mrString)
at com.opentext.api.LLName..ctor(String s)
at com.opentext.api.LLNameTable.add(String name, LLValue value)
at com.opentext.api.LLAssoc.add(String name, LLValue value)
at com.opentext.api.LLValue.add(String name, LLValue value)
at com.opentext.api.LLConnect.marshall(String argName, String argValue)
at com.opentext.api.LLConnect.initCall(String apiName)
at com.opentext.api.LAPI_USERS.GetUserInfo(String Name, LLValue attributes)
at UpdateUserInfo.Program.Main(String[] args) in C:\Mukesh-Developments\VS200
8\UpdateUserInfo\UpdateUserInfo\Program.cs:line 33