After logging in the client makes ~15 calls for data and two of them return this error:
LoginException: Unable to login: Object reference not set to an instance of an object. --->
at IdeaBlade.EntityModel.RemoteEntityServerProxyBase.CheckConnection(Exception pException)
at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc[T](Func`1 func, Boolean funcWillHandleException)
at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer[T](Func`1 func, Boolean funcWillHandleException)
at IdeaBlade.EntityModel.EntityServerProxy.Login(ILoginCredential credential)
at IdeaBlade.EntityModel.Security.Authenticator.<>c__DisplayClass9.<LoginCoreAsync>b__4(LoginOperation op)
at IdeaBlade.EntityModel.AsyncProcessor`1.<Execute>b__4(Object o)}
I looked at the wiki topic on it and I can tell you this:
Operation is Login
FailureType is Other
InnerException is null
All RemoteException fields are null
What can I look at next to figure out what is wrong? This is SL5 & DF 6.1.6.
Thanks,
Sean
Edited by scapstick - 21-May-2012 at 7:45am