Server Error in '/' Application.

Could not find file 'C:\Websites\autoaucsearch\SearchResults\repo-auctions.html'.

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 'C:\Websites\autoaucsearch\SearchResults\repo-auctions.html'.

Source Error:


Line 111:		String		strData = "";
Line 112:
Line 113:		objStream = new StreamReader(strPhysicalFile);
Line 114:		strLine = objStream.ReadLine();
Line 115:		while (strLine != null)

Source File: c:\Websites\autoaucsearch\classes\sGeneric.cs    Line: 113

Stack Trace:


[FileNotFoundException: Could not find file 'C:\Websites\autoaucsearch\SearchResults\repo-auctions.html'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +519
   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) +776
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +66
   System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost) +101
   System.IO.StreamReader..ctor(String path) +32
   ASP.GENERIC.ReadFile(String strPhysicalFile) in c:\Websites\autoaucsearch\classes\sGeneric.cs:113
   ASP.urlrewriterhtml_aspx.InitializePage() in c:\Websites\autoaucsearch\urlrewriterhtml.aspx.cs:38
   ASP.urlrewriterhtml_aspx.Page_Load(Object sender, EventArgs e) in c:\Websites\autoaucsearch\urlrewriterhtml.aspx.cs:12
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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