I recive this message in my browser
Server Error in '/portalchat' Application.
ConnectionStringProvider : CuteSoft.Chat.DefaultConnectionStringProvider return null
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: ConnectionStringProvider : CuteSoft.Chat.DefaultConnectionStringProvider return null
Source Error:
Line 67: }
Line 68:
Line 69: if( ChatWebUtility.CurrentIdentity.IsRegistered && ChatApi.IsAdministrator(ChatWebUtility.CurrentIdentity.UniqueName))
Line 70: temp += "<a Class=\"Big\" href='CuteSoft_Client/CuteChat/Admin'>Chat Admin</a>";
Line 71: TopMenu.Text = temp;
|