Implements Interface in IntegrationPackage fails

  •  09-28-2006, 2:25 PM

    Implements Interface in IntegrationPackage fails

    Whats wrong with this integrated global.asax code?
    <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationConnectionStringProvider" %>
    <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationUserAdapter" %>
    <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationDataProvider" %>
    <%@ Implements Interface="CuteSoft.Chat.IHttpApplicationSupportLogin" %>
     
    VS 2005 don't want to compile it.
View Complete Thread