在新电脑上安装
出现如下错误,更换多个版本试验都是这个错误!
运行异常:
newtonsoft json jsonwriter的类型初始值设定项引发异常。
调试信息如下:
TypeInitializationException
在 Newtonsoft.Json.JsonWriter..ctor()
在 Newtonsoft.Json.JsonTextWriter..ctor(TextWriter textWriter)
在 Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
在 Quicker.Utilities.AppHelper.Clone[T](T obj)
在 Quicker.Settings.Pages.Basic.ProxySettingsControl.SetData(ProxySetting proxySetting)
在 Quicker.View.LoginWindow.rHDTf1cHMmK(Object , RoutedEventArgs )
在 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
在 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
在 System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
在 System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
在 MS.Internal.LoadedOrUnloadedOperation.DoWork()
在 System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
在 System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
在 System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
在 System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
在 System.Windows.Interop.HwndTarget.OnResize()
在 System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
TypeInitializationException
“Newtonsoft.Json.Utilities.ConvertUtils”的类型初始值设定项引发异常。
在 Newtonsoft.Json.Utilities.ConvertUtils.GetTypeCode(Type t, Boolean& isEnum)
在 Newtonsoft.Json.Utilities.EnumUtils.ToUInt64(Object value)
在 Newtonsoft.Json.Utilities.EnumUtils.InitializeValuesAndNames(StructMultiKey`2 key)
在 System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
在 Newtonsoft.Json.Utilities.EnumUtils.GetEnumValuesAndNames(Type enumType)
在 Newtonsoft.Json.JsonWriter.BuildStateArray()
在 Newtonsoft.Json.JsonWriter..cctor()
BadImageFormatException
未能加载文件或程序集“System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”或它的某一个依赖项。文件或目录损坏且无法读取。 (异常来自 HRESULT:0x80070570)
在 Newtonsoft.Json.Utilities.ConvertUtils..cctor()