Re: ChatSystem already started (lot's of IIS watning messages in the event log)

  •  05-10-2011, 8:55 PM

    Re: ChatSystem already started (lot's of IIS watning messages in the event log)

    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