Re: Membership Database Integration

  •  01-28-2009, 8:07 AM

    Re: Membership Database Integration

    I found the solution and am posting it in the rare even that anyone else makes the same mistake:
     
    When overriding the function:
    public override AppChatIdentity GetLogonIdentity()
     
    In the line where I had to return a new chat identity I was returning the uniqueID of the user as they
    existing in the database instead of using the function:

    ToUserId(username)

View Complete Thread