Re: Cute Chat integration with Community Server 2008

  •  09-10-2008, 8:25 PM

    Re: Cute Chat integration with Community Server 2008

    Adam,
     
    I changed the code you requested and now this error occurs.
     
     

    Server Error in '/' Application.

    ChatSystem not installed

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception: ChatSystem not installed

    Source Error:

    Line 54: 			{
                Line 55: 				ArrayList lobbies=new ArrayList();
                Line 56: 				foreach(LobbyInfo lobby in ChatApi.GetLobbyInfoArray())
                Line 57: 				{
                Line 58: 					if(lobby.Lobby.Integration=="")

    Source File: c:\Web Sites\Annex\Chat.aspx    Line: 56

    Stack Trace:

    [Exception: ChatSystem not installed]
                CuteChat.ChatSystem.get_Instance() +57
                CuteChat.ChatApi.GetLobbyInfoArray() +30
                ASP.chat_aspx.Page_Load(Object sender, EventArgs e) in c:\Web Sites\Annex\Chat.aspx:56
                System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
                System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
                System.Web.UI.Control.OnLoad(EventArgs e) +99
                System.Web.UI.Control.LoadRecursive() +47
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
                

View Complete Thread