Re: Integrating CuteChat problem with global.asax

  •  07-18-2006, 6:54 PM

    Re: Integrating CuteChat problem with global.asax

    I tried to move it to App_Code, but the example code is not valid c# code:
    <%@ Implements Interface="CuteSoft.Chat.....
     
    I tried to create a code behind file, and use:
    Using CuteSoft.Chat.IHttpApplicationConnectionStringProvider;
     
    However, CuteSoft.Chat in VS gave five option for CuteSoft.Chat, but iHttp.. was not one of them. CDQ, ClientTypes,Configuration, UI as choises.
     
    Also, I get Unkown servertag: CE:Editor and lots of other errors.
View Complete Thread