Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Re: ChatSystem already started (lot's of IIS watning messages in the event log)
Re: ChatSystem already started (lot's of IIS watning messages in the event log)
05-10-2011, 8:55 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: ChatSystem already started (lot's of IIS watning messages in the event log)
Reply
Quote
Hi rwilliamscdx,
Try
SyncLock GetType(CuteChat.ChatSystem)
If Not CuteChat.ChatSystem.HasStarted Then
CuteChat.ChatProvider.Instance = New DNNChatProvider()
CuteChat.ChatSystem.Start(New CuteChat.AppSystem())
End If
End SyncLock
Regards,
ken
View Complete Thread