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

Last post 08-09-2005, 10:34 PM by Adam. 5 replies.
Sort Posts: Previous Next
  •  08-06-2005, 2:11 AM 9328

    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
    
  •  08-08-2005, 11:18 AM 9347 in reply to 9328

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

    Are you sure the CuteSoft_Server folder has been deployed to CS_FOLDER\?
    keep me posted.

     

    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

  •  08-09-2005, 9:49 PM 9436 in reply to 9347

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

    yes, it has been deployed.
     
    It run correctly in my local computer, but when I upload it to the server, the error occur.
    Should I also run the cutechatconfig.exe in the server? I have run it in the local address and backup the database, Then I restore it to the server.
  •  08-09-2005, 9:52 PM 9437 in reply to 9436

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

    It's strange.

    >>Should I also run the cutechatconfig.exe in the server?

    No. You don't need to run the cutechatconfig.exe in the server side.

    >>Should I also run the cutechatconfig.exe in the server? I have run it in the local address and backup the database, Then I restore it to the server.

    Can you run cutechatconfig.exe again?

    Just type in your database connection string and click load button.

    Keep me posted.


    • 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

  •  08-09-2005, 10:24 PM 9438 in reply to 9437

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

    I have done the step. It work well in http://localhost/cs
     
    Accordinig to the message, it seems that there are some directory cannot be found.  What should I do?
  •  08-09-2005, 10:34 PM 9439 in reply to 9438

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

    Ok.
     
    Can you list your web site structure? Please include the CS as well.
     
     

    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