Re: System.Exception: ChatProvider not initialized

  •  06-09-2011, 6:51 AM

    Re: System.Exception: ChatProvider not initialized

    Hi,
    I get the same error while integrating the Cute Live Support. I am using the free edition of this  software.
     
    Initialize an instance of provider when the application starts:

    CuteChat.ChatProvider.Instance = new MyChatProvider();
    CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
     
     I dont see this step mentioned anywhere in the documents. How do I add this step?
     
    Thanks
     
View Complete Thread