Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 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.InvalidOperationException: Visual Styles-related operation resulted in an error because no visual style is currently active.
  6. at System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsCombinationDefined(String className, Int32 part)
  7. at System.Windows.Forms.VisualStyles.VisualStyleRenderer..ctor(String className, Int32 part, Int32 state)
  8. at System.Windows.Forms.ProgressBarRenderer.InitializeRenderer(VisualStyleElement element)
  9. at System.Windows.Forms.ProgressBarRenderer.DrawHorizontalBar(Graphics g, Rectangle bounds)
  10. at A.c9cb484157dba16ddc417c28d60380d1f.c051a11f7b6a8e2bc68142ae0bd2ed90c(Graphics c8fb4f1a985842c934efd8e7d580d951e, Rectangle c8fb4f1a985842c934efd8e7d580d951e)
  11. at A.caa832ae4547bbfd8d97c56c77859925e.OnPaint(PaintEventArgs IgZlGh)
  12. at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
  13. at System.Windows.Forms.Control.WmPaint(Message& m)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. DotNetPatcher
  27. Assembly Version: 4.3.1.0
  28. Win32 Version: 4.3.1.0
  29. CodeBase: file:///C:/Users/RieqyNS13/Downloads/DotNetPatcher%20(4).exe
  30. ----------------------------------------
  31. System
  32. Assembly Version: 4.0.0.0
  33. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  34. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  35. ----------------------------------------
  36. DotNetPatcher&
  37. Assembly Version: 1.0.0.0
  38. Win32 Version: 4.3.1.0
  39. CodeBase: file:///C:/Users/RieqyNS13/Downloads/DotNetPatcher%20(4).exe
  40. ----------------------------------------
  41. System.Windows.Forms
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  49. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51. System.Configuration
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  54. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  55. ----------------------------------------
  56. System.Xml
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  59. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  60. ----------------------------------------
  61. Microsoft.VisualBasic
  62. Assembly Version: 10.0.0.0
  63. Win32 Version: 11.0.50938.18408 built by: FX451RTMGREL
  64. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  65. ----------------------------------------
  66. System.Core
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  69. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  70. ----------------------------------------
  71.  
  72. ************** JIT Debugging **************
  73. To enable just-in-time (JIT) debugging, the .config file for this
  74. application or computer (machine.config) must have the
  75. jitDebugging value set in the system.windows.forms section.
  76. The application must also be compiled with debugging
  77. enabled.
  78.  
  79. For example:
  80.  
  81. <configuration>
  82. <system.windows.forms jitDebugging="true" />
  83. </configuration>
  84.  
  85. When JIT debugging is enabled, any unhandled exception
  86. will be sent to the JIT debugger registered on the computer
  87. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement