Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1.  
  2. Unhandled Exception: System.TypeInitializationException: The type initializer for 'a3discordext.Utility' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\Rakshan\source\repos\a3discordext\DebugConsole\bin\Debug\cfg' is denied.
  3. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  4. 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, Boolean useLongPath, Boolean checkHost)
  5. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  6. at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
  7. at System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
  8. at System.IO.File.ReadAllText(String path)
  9. at a3discordext.Utility.JSON.readJSON(String attrib) in C:\Users\Rakshan\source\repos\a3discordext\DebugConsole\Utils.cs:line 144
  10. at a3discordext.Utility..cctor() in C:\Users\Rakshan\source\repos\a3discordext\DebugConsole\Utils.cs:line 13
  11. --- End of inner exception stack trace ---
  12. at a3discordext.Utility.Session.CreateID() in C:\Users\Rakshan\source\repos\a3discordext\DebugConsole\Utils.cs:line 29
  13. at DebugConsole.Program.Main(String[] args) in C:\Users\Rakshan\source\repos\a3discordext\DebugConsole\Program.cs:line 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement