Install Problems

  •  12-20-2007, 6:16 AM

    Install Problems


    Hi, 
     
    I'm trying to add cutechat as a feature of my website. So i downloaded the standalone pack and the integration pack and have been trying to get it integrated.
     
    I think i have everything down except a few functions in the Global.asax and initializing the MyChatProvider().
     
    I'm looking for help on this step:
     
    CuteChat.ChatProvider.Instance = new MyChatProvider();
    CuteChat.ChatSystem.Start(new CuteChat.AppSystem());

    Its probably something basic and dumb...
     
    Firstly im using VB 
    Im putting the code in the Global.asax
    And it is telling me i need to declare ChatProvider and doesnt seem to recognise MyChatProvider
    Maybe its to do with my translation i'm currently using
     
    ChatProvider.Instance = New MyChatProvider()
    ChatSystem.Start(New CuteChat.AppSystem())
     
    Any help would be greatly appreciated.
     
     
    T.
View Complete Thread