Advertisement
Guest User

json invalid string

a guest
Feb 9th, 2016
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 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.Runtime.Serialization.SerializationException: Invalid JSON string
  6. at SimpleJson.SimpleJson.DeserializeObject(String json)
  7. at Winter.Spotify.Update()
  8. at Winter.Snip.TimerScanMediaPlayer_Tick(Object sender, EventArgs e)
  9. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  10. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  11. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  12.  
  13.  
  14. ************** Loaded Assemblies **************
  15. mscorlib
  16. Assembly Version: 4.0.0.0
  17. Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
  18. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  19. ----------------------------------------
  20. Snip
  21. Assembly Version: 5.1.0.0
  22. Win32 Version: 5.1.0.0
  23. CodeBase: file:///C:/Users/enfoRadio/Documents/Snip/Snip.exe
  24. ----------------------------------------
  25. System.Windows.Forms
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  28. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  29. ----------------------------------------
  30. System.Drawing
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Core
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  44. ----------------------------------------
  45. Microsoft.CSharp
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.18408
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
  49. ----------------------------------------
  50. System.Configuration
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  54. ----------------------------------------
  55. System.Xml
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  59. ----------------------------------------
  60. System.Web
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.34237 built by: FX452RTMGDR
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  64. ----------------------------------------
  65.  
  66. ************** JIT Debugging **************
  67. To enable just-in-time (JIT) debugging, the .config file for this
  68. application or computer (machine.config) must have the
  69. jitDebugging value set in the system.windows.forms section.
  70. The application must also be compiled with debugging
  71. enabled.
  72.  
  73. For example:
  74.  
  75. <configuration>
  76. <system.windows.forms jitDebugging="true" />
  77. </configuration>
  78.  
  79. When JIT debugging is enabled, any unhandled exception
  80. will be sent to the JIT debugger registered on the computer
  81. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement