Re: SQLDatabase Problem

  •  05-25-2005, 3:58 PM

    Re: SQLDatabase Problem

    It looks like the script code in Default.aspx is trying to execute the following:
     
    private Chat_Lobby[] GetAllCuteChatLobbies()
    {
    return ChatWebUtility.Api.GetLobbies();
    }
     
    I'm not sure where to look for the GetLobbies() routine to see why my sql application login won't work.
View Complete Thread