Integrating CuteChat problem with global.asax

  •  07-08-2006, 10:32 AM

    Integrating CuteChat problem with global.asax

    I have downloaded the Integration version.
     
    In VS c#, I get this in global.asax (and also a lot of compilation errors, I´m using codebehind and .net 2.0) (
    This attribute name must be followed by an equal (=) sign and a value.
    Error 103 Validation (ASP.Net): Attribute 'Implements' is not a valid attribute of element 'Application'. C:\Dokumenter\Visual Studio 2005\WebSites\Dating\Global.asax 3 5 C:\...\Dating\
     

    Could not load file or assembly 'CuteChatControls' or one of its dependencies
     
     
    I have updated path in web.config.

    <appSettings>

    <add key="CuteChat.DataDirectory" value="CuteChat" />

    <add key="CuteChat.ConnectionStringProvider" value="CuteChatControls.CommunityConnectionStringProvider,CuteChatControls" />

    </appSettings>

    <connectionStrings>

    <add name="ConnectionInfo" connectionString="Server=......... (and so on)
     
     
    GC.GetTotalMemory(true) 2 201 676
    DateTime.Now 08.07.2006 16:33:10 ( +2 )
    DN Version 2.0.50727.42
    OS Version Microsoft Windows NT 5.1.2600 Service Pack 2
    CurrentCulture nb-NO
    CurrentUICulture nb-NO
    ASP.NET - HTTP_HOST localhost:2127
    ASP.NET - SERVER_NAME localhost
    ASP.NET - SERVER_SOFTWARE
    ASP.NET - App Virtual Path /Dating
    CuteChat Kernal Exception 0
    CuteChatConfig - UserAdapterType (null)
    CuteChatConfig - DataAdapterType (null)
View Complete Thread