DW19

error

Nov 28th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 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.TypeLoadException: Could not load type 'System.Collections.Generic.IReadOnlyDictionary`2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
  6. at Newtonsoft.Json.Utilities.CollectionUtils.IsDictionaryType(Type type)
  7. at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType)
  8. at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type)
  9. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  10. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  11. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  12. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  13. at SteamAuth.TimeAligner.AlignTime()
  14. at SteamAuth.TimeAligner.GetSteamTime()
  15. at Steam_Desktop_Authenticator.MainForm.timer1_Tick(Object sender, EventArgs e)
  16. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  17. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  18. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. Steam Desktop Authenticator
  28. Assembly Version: 1.0.0.0
  29. Win32 Version: 1.0.0.0
  30. CodeBase: file:///C:/Users/David/Documents/SDA0.1.0-1/Steam%20Desktop%20Authenticator.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.1 built by: RTMRel
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.1 built by: RTMRel
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.1 built by: RTMRel
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. MetroFramework
  48. Assembly Version: 1.2.0.3
  49. Win32 Version: 1.2.0.3
  50. CodeBase: file:///C:/Users/David/Documents/SDA0.1.0-1/MetroFramework.DLL
  51. ----------------------------------------
  52. SteamAuth
  53. Assembly Version: 1.0.0.0
  54. Win32 Version: 1.0.0.0
  55. CodeBase: file:///C:/Users/David/Documents/SDA0.1.0-1/SteamAuth.DLL
  56. ----------------------------------------
  57. Newtonsoft.Json
  58. Assembly Version: 7.0.0.0
  59. Win32 Version: 7.0.1.18622
  60. CodeBase: file:///C:/Users/David/Documents/SDA0.1.0-1/Newtonsoft.Json.DLL
  61. ----------------------------------------
  62. MetroFramework.Fonts
  63. Assembly Version: 1.2.0.3
  64. Win32 Version: 1.2.0.3
  65. CodeBase: file:///C:/Users/David/Documents/SDA0.1.0-1/MetroFramework.Fonts.DLL
  66. ----------------------------------------
  67. System.Configuration
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  71. ----------------------------------------
  72. System.Xml
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.0.30319.1 built by: RTMRel
  75. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  76. ----------------------------------------
  77. System.Core
  78. Assembly Version: 4.0.0.0
  79. Win32 Version: 4.0.30319.1 built by: RTMRel
  80. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  81. ----------------------------------------
  82. System.Numerics
  83. Assembly Version: 4.0.0.0
  84. Win32 Version: 4.0.30319.1 built by: RTMRel
  85. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  86. ----------------------------------------
  87.  
  88. ************** JIT Debugging **************
  89. To enable just-in-time (JIT) debugging, the .config file for this
  90. application or computer (machine.config) must have the
  91. jitDebugging value set in the system.windows.forms section.
  92. The application must also be compiled with debugging
  93. enabled.
  94.  
  95. For example:
  96.  
  97. <configuration>
  98. <system.windows.forms jitDebugging="true" />
  99. </configuration>
  100.  
  101. When JIT debugging is enabled, any unhandled exception
  102. will be sent to the JIT debugger registered on the computer
  103. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment