Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1.  
  2. [20.03.2018 19:34:49]: System.IO.FileNotFoundException: Die Datei "C:\Users\HomeServer2\Desktop\Unsegniert\templates.json" konnte nicht gefunden werden.
  3. Dateiname: "C:\Users\HomeServer2\Desktop\Unsegniert\templates.json"
  4. bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  5. bei 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)
  6. bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  7. bei System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  8. bei System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  9. bei System.IO.File.ReadAllText(String path)
  10. bei EasyTW.Storage.JSON.GetTemplates(String dir)
  11.  
  12. [20.03.2018 19:34:58]: System.IO.FileNotFoundException: Die Datei "C:\Users\HomeServer2\Desktop\Unsegniert\templates.json" konnte nicht gefunden werden.
  13. Dateiname: "C:\Users\HomeServer2\Desktop\Unsegniert\templates.json"
  14. bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  15. bei 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)
  16. bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  17. bei System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  18. bei System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  19. bei System.IO.File.ReadAllText(String path)
  20. bei EasyTW.Storage.JSON.GetTemplates(String dir)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement