When I use cuteChat in Community server, it show the error here, how can I fix it?

  •  08-06-2005, 2:11 AM

    When I use cuteChat in Community server, it show the error here, how can I fix it?

     

    Server Error in '/' Application.

    Could not find a part of the path "C:\".

    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.IO.DirectoryNotFoundException: Could not find a part of the path "C:\".

    Source Error:

    Line 12: public RoomInfo GetRoomInfo(object dataitem)
    Line 13: {
    Line 14: 	if(lobbies==null)lobbies=ChatWebUtility.Api.GetLobbies();
    Line 15: 	
    Line 16: 	int forumid=((Forum)dataitem).SectionID;

    Source File: D:\host\Wwwroot\chaxiu\www\Themes\default\Skins\View-ForumGroupView.ascx    Line: 14

    Stack Trace:

    [DirectoryNotFoundException: Could not find a part of the path "C:\".]
       System.IO.__Error.WinIOError(Int32 errorCode, String str) +287
       System.IO.Directory.InternalCreateDirectory(String fullPath, String path) +489
       System.IO.Directory.CreateDirectory(String path) +195
       CuteSoft.Chat.CDQ.CodeQueryService.b(QueryCommand A_0, QueryMethodImplementCode A_1, String A_2) +210
       CuteSoft.Chat.CDQ.QueryCommand.a(QueryMethodImplementCode A_0) +852
       CuteSoft.Chat.CDQ.QueryCommand.b() +81
       CuteSoft.Chat.CDQ.QueryCommand.Execute() +101
       ICuteChatDataAccessImplementation.CuteSoft.Chat.ICuteChatDataAccess.GetNextStateLogId() +59
       i.c() +48
       i.b() +170
       i.e() +41
       CuteSoft.Chat.Impl.ServiceLayerChatApiDecorator.BeforeInvoke() +416
       CuteSoft.Chat.DynamicAssembly.ServiceLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetConfig_InterceptedCall(String configname) +78
       CuteSoft.Chat.ChatWebUtility.GetUserAdapter() +71
       CuteSoft.Chat.ChatWebUtility.get_CurrentIdentity() +61
       CuteSoft.Chat.Impl.WebLayerChatApiDecorator.BeforeInvoke() +185
       CuteSoft.Chat.DynamicAssembly.WebLayerChatApiDecoratorProxy.GetLobbies_InterceptedCall() +77
       ASP.View_ForumGroupView_ascx.GetRoomInfo(Object dataitem) in D:\Vhost\Wwwroot\chaxiu\www\Themes\default\Skins\View-ForumGroupView.ascx:14
       ASP.View_ForumGroupView_ascx.__DataBind__control17(Object sender, EventArgs e) in D:\Vhost\Wwwroot\chaxiu\www\Themes\default\Skins\View-ForumGroupView.ascx:153
       System.Web.UI.Control.OnDataBinding(EventArgs e) +66
       System.Web.UI.Control.DataBind() +26
       System.Web.UI.Control.DataBind() +86
       System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +127
       System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +475
       System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +49
       System.Web.UI.WebControls.Repeater.DataBind() +23
       CommunityServer.Controls.SectionRepeater.CreateChildControls()
       System.Web.UI.Control.EnsureChildControls() +100
       System.Web.UI.WebControls.Repeater.get_Controls() +12
       System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +20
       System.Web.UI.WebControls.Repeater.DataBind() +23
       System.Web.UI.Control.DataBind() +86
       System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +127
       System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +475
       System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +49
       System.Web.UI.WebControls.Repeater.DataBind() +23
       CommunityServer.Discussions.Controls.ForumGroupView.DataBind()
       CommunityServer.Discussions.Controls.ForumGroupView.InitializeSkin(Control skin)
       CommunityServer.Controls.SkinnedWebControl.CreateChildControls()
       System.Web.UI.Control.EnsureChildControls() +100
       System.Web.UI.Control.PreRenderRecursiveInternal() +38
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Control.PreRenderRecursiveInternal() +125
       System.Web.UI.Page.ProcessRequestMain() +1489
    
View Complete Thread