Installing cute chat

Last post 04-19-2005, 10:54 AM by cutechat. 7 replies.
Sort Posts: Previous Next
  •  04-18-2005, 4:38 PM 5839

    Installing cute chat

    I am getting error in web.config line 7, your instructions did not say to edit web.cong. also, do  i have to name my virtual directory/db sampleportal i named mine cute.

    please help
     
     

    Server Error in '/CUTE' Application.

    Configuration Error

    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: Only elements allowed

    Source Error:
    Source File: D:\WebScv\sites\brikouri\CUTE\web.config    Line: 7


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
  •  04-18-2005, 4:47 PM 5840 in reply to 5839

    Re: Installing cute chat

    Open the web.config in the sample project and replace the connection strings with your database connection information:


     <add key="ConnectionString" value="server=(local);database=SamplePortal;uid=sa;pwd=" />
      <add key="OnlineTimeout" value="300" />
      <add key="CuteChat.SqlClient.ConnectionString" value="server=(local);database=CuteChat2;uid=sa;pwd=;connection reset=false;Application Name=ChatWeb" />

    Keep me posted.




     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-18-2005, 10:10 PM 5860 in reply to 5839

    Re: Installing cute chat

    i did that already with the same result. here is what my web.config looks like
     
    <add key="ConnectionString" value="server=(local);database=cute;uid=cutedb;pwd=chat345" />
      <add key="OnlineTimeout" value="300" />
      <add key="CuteChat.SqlClient.ConnectionString" value="server=(local);database=cute;uid=cutedb;pwd=chat345;connection reset=false;Application Name=ChatWeb" />
  •  04-18-2005, 10:19 PM 5861 in reply to 5860

    Re: Installing cute chat

    i got it to the logon screen Adam, I forgot to remove the --> in web.config. however, when i type admin,admin to log on, i get this error
     
     

    Server Error in '/CUTE' Application.

    File or assembly name cute, or one of its dependencies, was not found.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.FileNotFoundException: File or assembly name cute, or one of its dependencies, was not found.

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'cute' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = cute
     (Partial)
    LOG: Appbase = file:///D:/WebScv/sites/chat/CUTE
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: cute
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute/cute.DLL.
    LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute.DLL.
    LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute/cute.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/cute/8ad9d1c1/85920354/cute/cute.EXE.
    LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute.EXE.
    LOG: Attempting download of new URL file:///D:/WebScv/sites/chat/CUTE/bin/cute/cute.EXE.
    

    Stack Trace:

    [FileNotFoundException: File or assembly name cute, or one of its dependencies, was not found.]
       System.Type.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase) +0
       CuteSoft.Chat.DataProvider.b(ai A_0) +64
       ai.g() +16
       CuteSoft.Chat.ChatApi.IsAdministrator(String useruniquename) +17
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       _ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) +368
       System.Web.UI.Control.OnLoad(EventArgs e) +67
       System.Web.UI.Control.LoadRecursive() +35
       System.Web.UI.Control.LoadRecursive() +98
       System.Web.UI.Control.LoadRecursive() +98
       System.Web.UI.Page.ProcessRequestMain() +750
    

  •  04-18-2005, 10:19 PM 5862 in reply to 5860

    Re: Installing cute chat

    The error message indicates your web.config has some problems.
     
    Please send it to support@cutesoft.net. I'll look at it for you.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-18-2005, 10:42 PM 5863 in reply to 5862

    Re: Installing cute chat

    here is my web.config same as what was provided except for the db info edited
     
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
     <appSettings>
      <add key="ConnectionString" value="server=(local);database=cute;uid=snitz;pwd=chat345" />
      <add key="OnlineTimeout" value="300" />
      <add key="CuteChat.SqlClient.ConnectionString" value="server=(local);database=Cute;uid=snitz;pwd=chat345;connection reset=false;;Application Name=ChatWeb" />
     </appSettings>
     
      <system.web>
       <customErrors mode="Off" />
        <authentication mode="Forms">
      <forms name=".UserManagementASPXAUTH" loginUrl="~/Login.aspx" />
        </authentication>
        <authorization>
      <!--<deny users="?" />-->
            <allow users="*" />
        </authorization>
      
     </system.web>
    </configuration>
  •  04-19-2005, 7:46 AM 5877 in reply to 5863

    Re: Installing cute chat

    Try to change (local) to machine name or IP. Should help.


  •  04-19-2005, 10:54 AM 5889 in reply to 5839

    Re: Installing cute chat

    Please use the CuteChatConfig.exe to check the setting of DataProviderType ,
     
    Maybe you enter some info like:
    Namespace.ClassName,Cute
     
    Please correct it. You could import the setting from a file named 'import-this.xml' .
     
    Regards , Terry .
View as RSS news feed in XML