Hello,
I'm trying to get CuteChat to work on my web server and I'm getting the error message below. I got it up and running just fine on my development machine... My web.config file seems to have the correct connection string...
BTW, this problem occurs when I try to login as admin (for the first time).
Has anyone run into this problem?
Please help...
Thanks!
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:
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:\WEBS\MyWebsite\www\MyWebsiteFolder\members\chat\TopBanner.ascx Line: 58
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) in C:\WEBS\MyWebsite\www\MyWebsiteFolder\members\chat\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() +744
|
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032