Skip to content

Instantly share code, notes, and snippets.

@luqmaan
Created April 9, 2014 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luqmaan/064805c0b299c265c07a to your computer and use it in GitHub Desktop.
Save luqmaan/064805c0b299c265c07a to your computer and use it in GitHub Desktop.
capmetro
missing schedule file, or problem with file format.<br />System.IO.FileNotFoundException: Could not find file 'E:\inetpub\new.capmetro.org\current_schedules\801s1d0.txt'.
File name: 'E:\inetpub\new.capmetro.org\current_schedules\801s1d0.txt'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks)
at System.IO.File.OpenText(String path)
at CapMetro.Schedule_Index_UT.BuildSchedule(String strPath)
missing map javascript file, or problem with file format.<br />System.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\inetpub\new.capmetro.org\gismaps\maps\'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at 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)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path, Boolean detectEncodingFromByteOrderMarks)
at System.IO.File.OpenText(String path)
at CapMetro.Schedule_Index_UT.AddMapJavascript(String strRoute, String strDirection, String strMap)
@luqmaan
Copy link
Author

luqmaan commented Apr 9, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment