Can't Find Config - DataProviderType

Last post 07-19-2005, 1:51 AM by Adam. 3 replies.
Sort Posts: Previous Next
  •  07-14-2005, 6:54 AM 8705

    Can't Find Config - DataProviderType

      I am getting this error when I try to logon. Any suggestions about how I can get rid of this?

    Server Error in '/cutechatstandalone/Web' Application.

    Can't Find Config - DataProviderType

    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: Can't Find Config - DataProviderType

    Source Error:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

      <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    Stack Trace:

    [Exception: Can't Find Config - DataProviderType]
       CuteSoft.Chat.DataProvider.b(ai A_0) +265
       ai.g() +16
       CuteSoft.Chat.ChatApi.IsAdministrator(String useruniquename) +17
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.IsAdministrator_InterceptedCall(String useruniquename) +79
       _ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) +374
       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
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
  •  07-14-2005, 4:39 PM 8733 in reply to 8705

    Re: Can't Find Config - DataProviderType

    Please check the following steps:
     

    Load Cute Chat configuration file

    • Open the Tools/CuteChatConfig.exe. Type in the connection string, then click the load button.
    • Click the "load configuration file" button. In the open window, navigate to Tools\import-this.xml, and click the open.
    • Click the "Save the configuration to the database" button.
      Display the screenshot of this step

     

     




    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

  •  07-19-2005, 1:44 AM 8850 in reply to 8733

    Re: Can't Find Config - DataProviderType

    Hiiii,
     
    After giving the Credentials as Admin | admin I get the Page error as
     
     

    Server Error in '/SamplePortal' Application.

    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:

    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

      <%@ Page Language="C#" Debug="true" %>

    or:

    2) Add the following section to the configuration file of your application:

    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>

    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

    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() +61
       CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +188
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.ChatWebUtility.get_ClientPath() +18
       CuteSoft.Chat.ChatWebUtility.ResolveResource(HttpContext context, String path) +267
       _ASP.TopBanner_ascx.Page_Load(Object sender, EventArgs e) +91
       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
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
     
    Will U pls tel me how to overcome this one.
     
    Thanks in advance
     
    :::STEVE
  •  07-19-2005, 1:51 AM 8851 in reply to 8850

    Re: Can't Find Config - DataProviderType

    Please check this step:


    Modify web.config file and specify the Cute Chat Connection String and Connection String Provider


      <appSettings>
      ...
       <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/>
      <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal"/>
      </appSettings>


    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

View as RSS news feed in XML