Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Live Support
»
Re: System.Exception: ChatProvider not initialized
Re: System.Exception: ChatProvider not initialized
04-20-2009, 5:02 AM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: System.Exception: ChatProvider not initialized
Reply
Quote
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