Error: Could not find a part of the path

Last post 02-24-2006, 7:25 PM by ldc0618. 0 replies.
Sort Posts: Previous Next
  •  02-24-2006, 7:25 PM 16423

    Error: Could not find a part of the path

     I am recieving the error below. It appears that the application is expecting the cutesoft_server folder to be in the root dir of the web app, but it is in a sub-folder called "user". How can I change this so that it looks in the right place?
    Thanks!


    Server Error in '/' Application.


    Could not find a part of the path "D:/www/FamilyDetailsCom/CuteSoft_Server/CuteChat\CDQ/".

    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 "D:/www/FamilyDetailsCom/CuteSoft_Server/CuteChat\CDQ/".

    Source Error:

    Line 54: 			Guid g = new Guid(Vars.channelID) ;
    Line 55: 			ChatApi chatApi = ChatWebUtility.Api;
    Line 56: 			lblOnlineChater.Text = chatApi.GetActiveOnlines(g).Length.ToString();
    Line 57: 			//lnkLobby.ToolTip = sOnlineChater;
    Line 58: 		}

    Source File: d:\www\familydetailscom\user\cutesoft_client\cutechat\default.aspx.cs    Line: 56
View as RSS news feed in XML