Advertisement
Guest User

Jason

a guest
May 5th, 2009
1,480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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.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.  
  9.  
  10. ************** Loaded Assemblies **************
  11. mscorlib
  12. Assembly Version: 2.0.0.0
  13. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  14. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  15. ----------------------------------------
  16. Ultimate Media Manager
  17. Assembly Version: 0.0.0.9
  18. Win32 Version: 0.0.0.9
  19. CodeBase: file:///C:/Users/Jason/Documents/Ultimate%20Media%20Manager/Ultimate%20Media%20Manager.exe
  20. ----------------------------------------
  21. Microsoft.VisualBasic
  22. Assembly Version: 8.0.0.0
  23. Win32 Version: 8.0.50727.4918 (NetFXspW7.050727-4900)
  24. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  25. ----------------------------------------
  26. System
  27. Assembly Version: 2.0.0.0
  28. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  29. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  30. ----------------------------------------
  31. System.Windows.Forms
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  34. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  35. ----------------------------------------
  36. System.Drawing
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  39. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  40. ----------------------------------------
  41. System.Runtime.Remoting
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  45. ----------------------------------------
  46. System.Data
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  49. CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
  50. ----------------------------------------
  51. System.Xml
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  55. ----------------------------------------
  56. System.Configuration
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  59. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  60. ----------------------------------------
  61. hmqmypn0
  62. Assembly Version: 0.0.0.9
  63. Win32 Version: 2.0.50727.4918 (NetFXspW7.050727-4900)
  64. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  65. ----------------------------------------
  66.  
  67. ************** JIT Debugging **************
  68. To enable just-in-time (JIT) debugging, the .config file for this
  69. application or computer (machine.config) must have the
  70. jitDebugging value set in the system.windows.forms section.
  71. The application must also be compiled with debugging
  72. enabled.
  73.  
  74. For example:
  75.  
  76. <configuration>
  77. <system.windows.forms jitDebugging="true" />
  78. </configuration>
  79.  
  80. When JIT debugging is enabled, any unhandled exception
  81. will be sent to the JIT debugger registered on the computer
  82. rather than be handled by this dialog box.
  83.  
  84.  
  85.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement