Missing appSetting:CuteChat.SqlClient.ConnectionString

  •  07-19-2005, 10:55 AM

    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
View Complete Thread