Re: Application error: Attention Cutesoft support

  •  07-12-2005, 12:00 PM

    Re: Application error: Attention Cutesoft support


    After adding <compilation debug="true"/> this is the error that I am getting






    SamplePortal.CuteChatIntegration.DataProvider,Sampleportal Not Inherits ConnectionStringProvider
    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: SamplePortal.CuteChatIntegration.DataProvider,Sampleportal Not Inherits ConnectionStringProvider

    Source Error:

    Line 56: 			
    Line 57: 		}
    Line 58: 		if( ChatWebUtility.CurrentIdentity.IsRegistered && ChatWebUtility.Api.IsAdministrator(ChatWebUtility.CurrentIdentity.UniqueName))
    Line 59: 			temp += "<a Class=\"menuTextLink\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";			
    Line 60: 		WelcomeMessage.Text = temp;

    Source File: C:\Program Files\Ensim\Sitedata\webppliance\conf\domains\pal\Inetpub\wwwroot\TopBanner.ascx    Line: 58

    Stack Trace:

    [Exception: SamplePortal.CuteChatIntegration.DataProvider,Sampleportal Not Inherits ConnectionStringProvider]
       CuteSoft.Chat.ConnectionStringProvider.a(UserIdentity A_0) +261
       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() +72
       CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +62
       ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) in C:\Program Files\Ensim\Sitedata\webppliance\conf\domains\pal\Inetpub\wwwroot\TopBanner.ascx:58
       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() +731
    

View Complete Thread