Re: System.Exception: ChatProvider not initialized

  •  04-20-2009, 5:02 AM

    Re: System.Exception: ChatProvider not initialized

    Hi id8labs,

    Do you forget this setp

     Initialize an instance of provider when the application starts:

    CuteChat.ChatProvider.Instance = new MyChatProvider();
    CuteChat.ChatSystem.Start(new CuteChat.AppSystem());
     
     
    Regards,
     
    Ken
     
View Complete Thread