Hello
Im trying to make cute chut run on our website. but i always get an "HttpApplication do not implement IHttpApplicationDataProvider" exception.
On other servers it works but here i cuteChat does not show up. The exception is thrown in the file IM_MainForm.aspx and below is the line which causes the exception:
<link rel="stylesheet" href="Skins/<%=CuteSoft.Chat.ChatWebUtility.SkinName%>/IMstyle.css" id="skincsslink" />
I believe i have all files and it really should be able to run but it doesnt. Does anyone have a clue what could cause the exceptio? I am really glad for any help.
Thanks in advance
Below the full exception message:
HttpApplication do not implement IHttpApplicationDataProvider
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: HttpApplication do not implement IHttpApplicationDataProvider
Source Error:
Line 20: <link rel="stylesheet" type="text/css" href="../../CSS/titles.css" /> Line 21: <link rel="stylesheet" type="text/css" href="../../CSS/boxes.css" /> Line 22: <link rel="stylesheet" href="Skins/<%=CuteSoft.Chat.ChatWebUtility.SkinName%>/IMstyle.css" id="skincsslink" /> Line 23: </head> Line 24: <body class="navigation" style="background-color: #F8F9FC;margin: 10px 5px 0 10px;"> |
Source File: c:\Projects\ePRIME\Application\web.net\v4.02.01\Web\CuteSoft_Client\CuteChat\IM_MainForm.aspx Line: 22
Stack Trace:
[Exception: HttpApplication do not implement IHttpApplicationDataProvider] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +1780082 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +826 CuteSoft.Chat.ChatApiImpl.DoGetUserSkinName(String uniquename) +0 CuteSoft.Chat.ChatApiImpl.GetUserSkinName(String uniquename) +61 CuteSoft.Chat.ChatWebUtility.get_SkinName() +30 ASP.cutesoft_client_cutechat_im_mainform_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\Projects\ePRIME\Application\web.net\v4.02.01\Web\CuteSoft_Client\CuteChat\IM_MainForm.aspx:22 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +2065867 System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +24 System.Web.UI.Page.Render(HtmlTextWriter writer) +26 CuteSoft.Chat.UI.ChatPageBase.Render(HtmlTextWriter writer) +65 System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +25 System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +121 System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +22 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1896 |