Missing appSetting:CuteChat.SqlClient.ConnectionString

Last post 07-21-2005, 9:36 AM by cutechat. 3 replies.
Sort Posts: Previous Next
  •  07-19-2005, 10:55 AM 8870

    Missing appSetting:CuteChat.SqlClient.ConnectionString

    Hello Everyone,
     
    I get this error if I call the page from asp page. Please advise.

    This is the code I am using

    <a Class="menuTextLink" href="###" onClick="window.open('/CuteSoft_Client/CuteChat/IM_MainForm.Aspx','','status=1,width=340,height=500,resizable=1');" >Messenger</a 
     
     

    Server Error in '/' Application.

    Missing appSetting:CuteChat.SqlClient.ConnectionString

    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: Missing appSetting:CuteChat.SqlClient.ConnectionString

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [Exception: Missing appSetting:CuteChat.SqlClient.ConnectionString]
       CuteSoft.Chat.ConnectionStringProvider.GetConnectionString(UserIdentity user) +82
       CuteSoft.Chat.ConnectionStringProvider.a(UserIdentity A_0) +69
       CuteSoft.Chat.Impl.ServiceLayerChatApiDecorator.BeforeInvoke() +315
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +71
       CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
       CuteSoft.Chat.Impl.ResourceContext.LoadResources(CultureInfo ci) +8
       CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer) +44
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
       System.Web.UI.Page.ProcessRequestMain() +1929
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
  •  07-19-2005, 11:01 AM 8871 in reply to 8870

    Re: Missing appSetting:CuteChat.SqlClient.ConnectionString

    Even if I use:
     
    <script language=javascript>
    window.open('<%=CuteSoft.Chat.ChatWebUtility.ResolveResource(Context,"IM_MainForm.Aspx")%>','','status=1,width=340,height=500,resizable=1')
    </script>
     
    Its the same error. If I call the messenger from the normal default.aspx, I am able to open it.
     
    thanks.
  •  07-19-2005, 11:48 AM 8876 in reply to 8871

    Re: Missing appSetting:CuteChat.SqlClient.ConnectionString

    Heyyy,
     
    I got it working. It was my mistake. I did not copied all the directories into appropriate places. Its working now.
     
     
  •  07-21-2005, 9:36 AM 8933 in reply to 8876

    Re: Missing appSetting:CuteChat.SqlClient.ConnectionString

    :)
View as RSS news feed in XML