Difficulty with new install

Last post 03-31-2009, 8:45 AM by jbergeron9. 4 replies.
Sort Posts: Previous Next
  •  03-28-2009, 7:27 PM 50416

    Difficulty with new install

    I just purchased CuteChat V5. I am implementing embedded chat in a ASP.net using VB.  The instructions are sketchy on how to do this.
     
    Here's what i have so far:
     
    Downloaded the trial version oc Cutechat V5
    Unzipped the file to a temp folder.
    Copied the CuteSoft_Client folder to project root folder.
    Referenced the CuteChat and CuteChat.AppCode dll's in the project.
    Copied the development license file that came with the purchase email from Karen to the bin folder.
    Added the following line to my Web.Config file: 

    <add key="CuteChat.SqlClient.ConnectionString" value="Data Source= (local);Initial Catalog=xxxDB;Integrated Security=SSPI;Connect Timeout=60

    "/>
     
    Which Global.asax should I use?  There are many in the documents from your zipped file.
     
    I know how to add the code for the room as follows:
     <script>
      Embed_Location='Lobby'
      Embed_LocationId='1'
      </script>
      <CuteChat:EmbedChannel id="EmbedMessenger1" runat="server"></CuteChat:EmbedChannel>
     
    I know I am missing at least the Global.asax file but when i execute the project and try to go to the admin console, I get this:
    ChatProvider not initialized
     
    Any feedback on what to do next would be appreciated.
     
    By the way, once I get this working, I will write a complete white paper on how to do this from A to Z and will post on this forum for others to use.
     
    Thank you for your help!
     
    Jess
     
     
  •  03-30-2009, 4:52 PM 50485 in reply to 50416

    Re: Difficulty with new install

    Jess,
     
    Are you using the standalone or integration package?
     
    In the standalone, there is only one Global.asax.

    We embed many Global.asax files into the integration package to show how to integrate Cute Chat with your own memebership database.

    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

  •  03-30-2009, 5:27 PM 50486 in reply to 50485

    Re: Difficulty with new install

    Hmmm - I downloaded this file: CuteChat5IntegrationPackage.zip.
     
    There's a LOT of stuff in there.  I think im getting lost a bit.
     
  •  03-30-2009, 10:29 PM 50493 in reply to 50486

    Re: Difficulty with new install

  •  03-31-2009, 8:45 AM 50515 in reply to 50493

    Re: Difficulty with new install

    Ok Done.
     
    I have copied and referenced the Chat DLL to my project.
     I have a line like this im my web config:

    <add key="ConnectionString" value="Data Source= (local);Initial Catalog=dbname;Integrated Security=SSPI;Connect Timeout=60

    "/>

    I have ran the SQL script on my SQL server.
     
    When i try and access the admin page i get the message below.

    Parser Error
    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load type 'CuteChat.ChatAdminPage'.

    Source Error:


    Line 1:  <%@ Import Namespace="CuteChat" %>
    Line 2:  <%@ Page Language="C#" Inherits="CuteChat.ChatAdminPage" %>
    Line 3:  <%@ Register TagPrefix="uc1" TagName="Banner" Src="Banner.ascx" %>
    Line 4:  <%@ Register TagPrefix="uc1" TagName="Menu" Src="Menu.ascx" %>
     

    Source File: c:\inetpub\wwwroot\GekPublish\CuteSoft_Client\CuteChat\ChatAdmin\Default.aspx    Line: 2

     
    The Global.ascx in this module appears to be in C#  I am using VB.  What should I do?
     
    Thanks,
View as RSS news feed in XML