Guest User

Untitled

a guest
Aug 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
  6. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  7. at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
  8. at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
  9. at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
  10. at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  11. at System.Xml.XmlTextReaderImpl.Read()
  12. at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
  13. at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
  14. at ROM.frmMain.bw_DoWork(Object sender, DoWorkEventArgs e)
  15. at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
  16. at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 4.0.0.0
  22. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  24. ----------------------------------------
  25. SystemProfiler
  26. Assembly Version: 1.1.0.0
  27. Win32 Version: 1.1.0.0
  28. CodeBase: file:///C:/Users/SuperVirus/Downloads/SystemProfiler_enCA.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.0.30319.269 built by: RTMGDR
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.276 built by: RTMGDR
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. System
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.269 built by: RTMGDR
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  44. ----------------------------------------
  45. System.Management
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  49. ----------------------------------------
  50. Microsoft.VisualBasic
  51. Assembly Version: 10.0.0.0
  52. Win32 Version: 10.0.30319.1 built by: RTMRel
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  54. ----------------------------------------
  55. System.Core
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.233 built by: RTMGDR
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  59. ----------------------------------------
  60. System.Xml.Linq
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.1 built by: RTMRel
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
  64. ----------------------------------------
  65. System.Xml
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.233 built by: RTMGDR
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  69. ----------------------------------------
  70. System.Configuration
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  74. ----------------------------------------
  75.  
  76. ************** JIT Debugging **************
  77. To enable just-in-time (JIT) debugging, the .config file for this
  78. application or computer (machine.config) must have the
  79. jitDebugging value set in the system.windows.forms section.
  80. The application must also be compiled with debugging
  81. enabled.
  82.  
  83. For example:
  84.  
  85. <configuration>
  86. <system.windows.forms jitDebugging="true" />
  87. </configuration>
  88.  
  89. When JIT debugging is enabled, any unhandled exception
  90. will be sent to the JIT debugger registered on the computer
  91. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment