Chat System Not Initialized

Last post 07-11-2011, 12:51 AM by Jeff. 1 replies.
Sort Posts: Previous Next
  •  07-10-2011, 11:45 PM 68400

    Chat System Not Initialized

    Hi,
     
    I'm Mahesh. I tried to use Live support.  When i tried it in local intranet, by uploading it in localhost, it works fne. But when the same sytem hosted in our web serve, it shows the error message, chat system not initialized. It works fine in intranet. Will you please help me?
     
    Global.asax already contains the code,
    public override void Init()
    {
    base.Init();
    lock(typeof(CuteChat.ChatSystem))
    {
    if(!CuteChat.ChatSystem.HasStarted)
    {
    CuteChat.ChatProvider.Instance=new ExampleProvider();
    CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
    }
    }
    }
     
    I can't sort out the prblm.. Please help me.. 
  •  07-11-2011, 12:51 AM 68402 in reply to 68400

    Re: Chat System Not Initialized

    Hi Mahesh,
     
    Is your demo online? If so, post the test url here, I will test it.
    First of all, please make sure that the database connection string of online demo is correct. 
     
    Regards,
    Jeff 
View as RSS news feed in XML