Re: global_asax do not implement IHttpApplicationDataProvider

  •  06-12-2006, 11:58 PM

    Re: global_asax do not implement IHttpApplicationDataProvider

     
    I don't understand.
    <%@ Application Language="C#" %>
    <%
    @ Import Namespace="CuteSoft.Chat"%>
    <%
    @ Implements Interface="CuteSoft.Chat.IHttpApplicationConnectionStringProvider" %>
    <%
    @ Implements Interface="CuteSoft.Chat.IHttpApplicationUserAdapter" %>
    <%
    @ Implements Interface="CuteSoft.Chat.IHttpApplicationDataProvider" %>
    <%
    @ Implements Interface="CuteSoft.Chat.IHttpApplicationSupportLogin" %>
     
    Cutesoft used it on Global.asax. But when it run it alway complain cannot implement. and .Net always complain "Validation (ASP.Net): Attribute 'Implements' is not a valid attribute of element 'Application'". Too tired with cutechat
View Complete Thread