Advertisement
Guest User

Untitled

a guest
Apr 12th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 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.ArgumentNullException: String reference not set to an instance of a String.
  6. Parameter name: s
  7. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
  8. at XBMC.JsonRpc.XbmcGeneral.get_BuildDate()
  9. at iMon.XBMC.XBMC.xbmcConnectingFinished(IAsyncResult ar)
  10. at iMon.XBMC.XBMC.<>c__DisplayClass4.<xbmcConnectingFinished>b__2()
  11. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  12. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  13. at System.Threading.ExecutionContext.runTryCode(Object userData)
  14. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  15. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  17. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  18. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 2.0.0.0
  24. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  26. ----------------------------------------
  27. XbmcOniMon
  28. Assembly Version: 0.1.4.0
  29. Win32 Version: 0.1.4.0
  30. CodeBase: file:///C:/Users/Kris/Documents/XbmcOnImonDisplay-v0.1.4.0/XbmcOniMon.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 2.0.0.0
  34. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  35. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 2.0.0.0
  39. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  40. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 2.0.0.0
  44. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  45. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. iMonDisplayApiWrapperSharp
  48. Assembly Version: 0.1.0.7
  49. Win32 Version: 0.1.0.7
  50. CodeBase: file:///C:/Users/Kris/Documents/XbmcOnImonDisplay-v0.1.4.0/iMonDisplayApiWrapperSharp.DLL
  51. ----------------------------------------
  52. XBMCJsonRpcSharp
  53. Assembly Version: 0.1.0.2
  54. Win32 Version: 0.1.0.2
  55. CodeBase: file:///C:/Users/Kris/Documents/XbmcOnImonDisplay-v0.1.4.0/XBMCJsonRpcSharp.DLL
  56. ----------------------------------------
  57. System.Configuration
  58. Assembly Version: 2.0.0.0
  59. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  60. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  61. ----------------------------------------
  62. System.Xml
  63. Assembly Version: 2.0.0.0
  64. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  65. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  66. ----------------------------------------
  67. Newtonsoft.Json.Net20
  68. Assembly Version: 3.5.0.0
  69. Win32 Version: 3.5.0.0
  70. CodeBase: file:///C:/Users/Kris/Documents/XbmcOnImonDisplay-v0.1.4.0/Newtonsoft.Json.Net20.DLL
  71. ----------------------------------------
  72.  
  73. ************** JIT Debugging **************
  74. To enable just-in-time (JIT) debugging, the .config file for this
  75. application or computer (machine.config) must have the
  76. jitDebugging value set in the system.windows.forms section.
  77. The application must also be compiled with debugging
  78. enabled.
  79.  
  80. For example:
  81.  
  82. <configuration>
  83. <system.windows.forms jitDebugging="true" />
  84. </configuration>
  85.  
  86. When JIT debugging is enabled, any unhandled exception
  87. will be sent to the JIT debugger registered on the computer
  88. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement