Server Error in '/lhpmapa' Application.

Could not find file 'd:\fabrika\lhp\graf\filter_385878915.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 'd:\fabrika\lhp\graf\filter_385878915.txt'.

Source Error:


Line 164:
Line 165:	// create reader & open file
Line 166:	TextReader tw = new StreamReader("d:\\fabrika\\lhp\\graf\\"+FilterTable);				//zz
Line 167:
Line 168:	while ( (text_line = tw.ReadLine()) != null)  

Source File: d:\Fabrika\lhpmapa\slp.aspx    Line: 166

Stack Trace:


[FileNotFoundException: Could not find file 'd:\fabrika\lhp\graf\filter_385878915.txt'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +305
   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) +1162
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) +65
   System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +87
   System.IO.StreamReader..ctor(String path) +30
   ASP.slp_aspx.DoThematicMapping(String fieldName) in d:\Fabrika\lhpmapa\slp.aspx:166
   ASP.slp_aspx.Page_Load(Object source, EventArgs e) in d:\Fabrika\lhpmapa\slp.aspx:31
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.6400; ASP.NET Version:2.0.50727.6387