Server Error in '/okclev' Application.

Exception from HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)

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: Exception from HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)

Source Error:


Line 26: //  Response.Write("<table><colgroup><col id=\"directory\" /><col id=\"files\" /></colgroup><thead><tr><th>Folders</th><th>Files</th></tr></thead><tbody><tr><td>")
Line 27:   var oFSO = new ActiveXObject("Scripting.FileSystemObject");
Line 28:   var MyRoot = oFSO.GetFolder("E:\\OkClev\\Agenda\\"+MyPath)
Line 29: 
Line 30:   var ff = new Enumerator(MyRoot.subfolders);

Source File: D:\webs\search2\Okclev\agenda.aspx    Line: 28

Stack Trace:


[DirectoryNotFoundException: Exception from HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)]
   Microsoft.JScript.LateBinding.Call(Object[] arguments, Boolean construct, Boolean brackets, VsaEngine engine) +173
   ASP.okclev_agenda_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in D:\webs\search2\Okclev\agenda.aspx:28
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +268
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +13
   System.Web.UI.Page.Render(HtmlTextWriter writer) +29
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +66
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1303


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0