Server Error in '/' Application.

Could not find file 'h:\root\home\sinfuldesign-001\www\AIcom\productdocs\OV-35.txt'.

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.FileNotFoundException: Could not find file 'h:\root\home\sinfuldesign-001\www\AIcom\productdocs\OV-35.txt'.

Source Error:


Line 331:                    Dim shopDescpath As String = xNode.ChildNodes.Item(5).InnerText
Line 332:                    shopDescpath = shopDescpath.Substring(3)
Line 333:                    Dim descTextInput As String = File.ReadAllText(Server.MapPath(shopDescpath))
Line 334:                    Dim value1 As String = descTextInput.Replace("abc123", "<")
Line 335:                    Dim value2 As String = value1.Replace("abc456", ">")

Source File: h:\root\home\sinfuldesign-001\www\AIcom\products.aspx.vb    Line: 333

Stack Trace:


[FileNotFoundException: Could not find file 'h:\root\home\sinfuldesign-001\www\AIcom\productdocs\OV-35.txt'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +12796926
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +738
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +68
   System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) +104
   System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost) +64
   System.IO.File.ReadAllText(String path) +42
   products.loadXmlData() in h:\root\home\sinfuldesign-001\www\AIcom\products.aspx.vb:333
   products.Page_Load(Object sender, EventArgs e) in h:\root\home\sinfuldesign-001\www\AIcom\products.aspx.vb:28
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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