ConnectionString problem with integration package

  •  06-29-2007, 7:52 AM

    ConnectionString problem with integration package

    I'm having some trouble getting the integration package of CuteChat to work with my website. I've copied the "CuteSoft_Client" folder to my root directory and have tried running a page with an embedded chat window, but I keep getting the following error:

    ConnectionStringProvider : CuteSoft.Chat.DefaultConnectionStringProvider return null

    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.Exception: ConnectionStringProvider : CuteSoft.Chat.DefaultConnectionStringProvider return null

    Source Error:

    Line 5:  	protected override void Render(HtmlTextWriter writer)
    Line 6: {
    Line 7: using(new CuteSoft.Chat.Impl.ResourceContext(writer))
    Line 8: {
    Line 9: base.Render(writer);

    Source File: c:\Inetpub\wwwroot\*****\CuteSoft_Client\CuteChat\Toolbar.ascx    Line: 7



    This is what I've got in the appSettings section of my web.config:

    <add key="CuteChat.SqlClient.ConnectionString" value="Data Source=localhost; User Id=sa; Password=*****; Initial Catalog=cutechat_db;" />


    What do I need to add/change to get this working?
View Complete Thread