We moved from Devforce 2010 to Devforce 2012 and updated to the latest version of cocktail. Now I am unable to log in. I am getting this error:
{IdeaBlade.EntityModel.EntityServerConnectionException: Unable to connect to EntityServer. Unable to start EntityServer.svc service: The service '/EntityServer.svc' cannot be activated due to an exception during compilation. The exception message is: Type 'C5.HashSet`1+Feature[T]' cannot be exported as a schema type because it is an open generic type. You can only export a generic type if all its generic parameter types are actual types.. ---> System.ServiceModel.FaultException`1[IdeaBlade.EntityModel.EntityServerFault]: Unable to start EntityServer.svc service: The service '/EntityServer.svc' cannot be activated due to an exception during compilation. The exception message is: Type 'C5.HashSet`1+Feature[T]' cannot be exported as a schema type because it is an open generic type. You can only export a generic type if all its generic parameter types are actual types..
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at IdeaBlade.EntityModel.RemoteEntityServiceProxyBase.<ExecuteOnServerAsync>d__1`1.MoveNext()
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at ProPharmOne.LoginViewModel.<Login>d__1.MoveNext()}
I have no idea what 'C5.HashSet`1+Feature[T]' is?? We are logging in using html and then in the silverlight we are passing a null credential to pick up the logged in user. The login is working on the html but when we pass the null credentials we get the error.