Advertisement
Guest User

Error log

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.Net.WebException: The remote server returned an error: (404) Not Found.
  6. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
  7. at System.Net.WebClient.DownloadString(Uri address)
  8. at System.Net.WebClient.DownloadString(String address)
  9. at OzzieLogger.UserAuthentication.IsUserAuth(String username)
  10. at OzzieLogger.Login.bunifuThinButton21_Click(Object sender, EventArgs e)
  11. at Bunifu.Framework.UI.BunifuThinButton2.label1_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.Label.WndProc(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.7.2558.0 built by: NET471REL1
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. OzzieLogger
  28. Assembly Version: 1.0.0.0
  29. Win32 Version: 1.0.0.0
  30. CodeBase: file:///C:/Users/Chase%20Cruz/Desktop/OzzieLog/OzzieLogger.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.7.2558.0 built by: NET471REL1
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.7.2558.0 built by: NET471REL1
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.7.2558.0 built by: NET471REL1
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.7.2558.0 built by: NET471REL1
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.7.2558.0 built by: NET471REL1
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. System.Xml
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.7.2558.0 built by: NET471REL1
  60. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  61. ----------------------------------------
  62. Bunifu_UI_v1.5.3
  63. Assembly Version: 1.5.3.0
  64. Win32 Version: 1.0.0.0
  65. CodeBase: file:///C:/Users/Chase%20Cruz/Desktop/OzzieLog/OzzieLogger.exe
  66. ----------------------------------------
  67.  
  68. ************** JIT Debugging **************
  69. To enable just-in-time (JIT) debugging, the .config file for this
  70. application or computer (machine.config) must have the
  71. jitDebugging value set in the system.windows.forms section.
  72. The application must also be compiled with debugging
  73. enabled.
  74.  
  75. For example:
  76.  
  77. <configuration>
  78. <system.windows.forms jitDebugging="true" />
  79. </configuration>
  80.  
  81. When JIT debugging is enabled, any unhandled exception
  82. will be sent to the JIT debugger registered on the computer
  83. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement