Guest User

Untitled

a guest
Jul 12th, 2017
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 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.InvalidCastException: Conversion from string "....." to type 'Double' is not valid. ---> System.FormatException: Input string was not in a correct format.
  6. at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
  7. at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
  8. --- End of inner exception stack trace ---
  9. at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)
  10. at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value)
  11. at Left_4_Dead_2_Hack_v1._23.Form1.Timer1_Tick(Object sender, EventArgs e)
  12. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  13. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 4.0.0.0
  20. Win32 Version: 4.7.2098.0 built by: NET47REL1LAST
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  22. ----------------------------------------
  23. Left 4 Dead 2 Hack v1.23
  24. Assembly Version: 1.0.0.0
  25. Win32 Version: 1.0.0.0
  26. CodeBase: file:///C:/Users/Laura/Desktop/Left%204%20Dead%202%20Hack%20v1.23_%5Bunknowncheats.me%5D_.exe
  27. ----------------------------------------
  28. Microsoft.VisualBasic
  29. Assembly Version: 10.0.0.0
  30. Win32 Version: 14.7.2046.0 built by: NET47REL1
  31. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.7.2093.0 built by: NET47REL1LAST
  36. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Core
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.7.2098.0 built by: NET47REL1LAST
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  42. ----------------------------------------
  43. System.Windows.Forms
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.7.2094.0 built by: NET47REL1LAST
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.7.2046.0 built by: NET47REL1
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System.Configuration
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.7.2046.0 built by: NET47REL1
  56. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Xml
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.7.2046.0 built by: NET47REL1
  61. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  62. ----------------------------------------
  63. System.Runtime.Remoting
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.7.2046.0 built by: NET47REL1
  66. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  67. ----------------------------------------
  68.  
  69. ************** JIT Debugging **************
  70. To enable just-in-time (JIT) debugging, the .config file for this
  71. application or computer (machine.config) must have the
  72. jitDebugging value set in the system.windows.forms section.
  73. The application must also be compiled with debugging
  74. enabled.
  75.  
  76. For example:
  77.  
  78. <configuration>
  79. <system.windows.forms jitDebugging="true" />
  80. </configuration>
  81.  
  82. When JIT debugging is enabled, any unhandled exception
  83. will be sent to the JIT debugger registered on the computer
  84. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment