Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- See the end of this message for details on invoking
- just-in-time (JIT) debugging instead of this dialog box.
- ************** Exception Text **************
- System.TypeLoadException: Could not load type 'System.Collections.Generic.IReadOnlyDictionary`2' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
- at Newtonsoft.Json.Utilities.CollectionUtils.IsDictionaryType(Type type)
- at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType)
- at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type)
- at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
- at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
- at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
- at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
- at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
- at WindowsFormsApplication1.RPGTranslator.updateCachedAmount()
- at WindowsFormsApplication1.RPGTranslator.RPGTranslator_Load(Object sender, EventArgs e)
- at System.Windows.Forms.Form.OnLoad(EventArgs e)
- at System.Windows.Forms.Form.OnCreateControl()
- at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- at System.Windows.Forms.Control.CreateControl()
- at System.Windows.Forms.Control.WmShowWindow(Message& m)
- at System.Windows.Forms.Control.WndProc(Message& m)
- at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
- at System.Windows.Forms.Form.WmShowWindow(Message& m)
- at System.Windows.Forms.Form.WndProc(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
- at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
- at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- ************** Loaded Assemblies **************
- mscorlib
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
- CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
- ----------------------------------------
- RPGMakerTranslator
- Assembly Version: 1.0.0.0
- Win32 Version: 1.0.0.0
- CodeBase: file:///C:/Users/renn0048/Desktop/RPG-Maker-Translator-master/RPGMakerTranslator.exe
- ----------------------------------------
- System.Windows.Forms
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
- ----------------------------------------
- System.Drawing
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
- ----------------------------------------
- System
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
- ----------------------------------------
- Newtonsoft.Json
- Assembly Version: 9.0.0.0
- Win32 Version: 9.0.1.19813
- CodeBase: file:///C:/Users/renn0048/Desktop/RPG-Maker-Translator-master/Newtonsoft.Json.DLL
- ----------------------------------------
- System.Core
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
- ----------------------------------------
- System.Numerics
- Assembly Version: 4.0.0.0
- Win32 Version: 4.0.30319.1 built by: RTMRel
- CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
- ----------------------------------------
- ************** JIT Debugging **************
- To enable just-in-time (JIT) debugging, the .config file for this
- application or computer (machine.config) must have the
- jitDebugging value set in the system.windows.forms section.
- The application must also be compiled with debugging
- enabled.
- For example:
- <configuration>
- <system.windows.forms jitDebugging="true" />
- </configuration>
- When JIT debugging is enabled, any unhandled exception
- will be sent to the JIT debugger registered on the computer
- rather than be handled by this dialog box.
Advertisement
RAW Paste Data
Copied
Advertisement