Guest User

Untitled

a guest
Mar 17th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. OS: Майкрософт Windows 8.1 Корпоративная (6.2.9200.0) x64
  2. Installed language: ru-RU
  3. Physical memory: total 3, available: 1
  4. Virtual memory: total 1, available: 1
  5. Exception System.UnhandledExceptionEventArgs
  6. Detail info System.Windows.Markup.XamlParseException: 'The invocation of the constructor on type 'Launcher.MainWindow' that matches the specified binding constraints threw an exception.' Line number '6' and line position '9'. ---> System.TypeInitializationException: The type initializer for 'Launcher.Json.Structures.Configuration' threw an exception. ---> System.Configuration.ConfigurationErrorsException: DataContractSerializer config section under System.Runtime.Serialization section group could not be loaded. Verify that machine.config is correctly set up.
  7. at System.Runtime.Serialization.Configuration.DataContractSerializerSection.UnsafeGetSection()
  8. at System.Runtime.Serialization.DataContract.get_ConfigSection()
  9. at System.Runtime.Serialization.DataContract.LoadKnownTypesFromConfig(Type type, Dictionary`2 typesChecked, Dictionary`2& knownDataContracts)
  10. at System.Runtime.Serialization.DataContract.ImportKnownTypeAttributes(Type type, Dictionary`2 typesChecked, Dictionary`2& knownDataContracts)
  11. at System.Runtime.Serialization.DataContract.ImportKnownTypeAttributes(Type type)
  12. at System.Runtime.Serialization.ClassDataContract.ClassDataContractCriticalHelper.get_KnownDataContracts()
  13. at System.Runtime.Serialization.ClassDataContract.get_KnownDataContracts()
  14. at System.Runtime.Serialization.XmlObjectSerializerWriteContext.SerializeWithoutXsiType(DataContract dataContract, XmlWriterDelegator xmlWriter, Object obj, RuntimeTypeHandle declaredTypeHandle)
  15. at System.Runtime.Serialization.Json.DataContractJsonSerializer.InternalWriteObjectContent(XmlWriterDelegator writer, Object graph)
  16. at System.Runtime.Serialization.Json.DataContractJsonSerializer.InternalWriteObject(XmlWriterDelegator writer, Object graph)
  17. at System.Runtime.Serialization.XmlObjectSerializer.InternalWriteObject(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
  18. at System.Runtime.Serialization.XmlObjectSerializer.WriteObjectHandleExceptions(XmlWriterDelegator writer, Object graph, DataContractResolver dataContractResolver)
  19. at System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(XmlDictionaryWriter writer, Object graph)
  20. at System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(Stream stream, Object graph)
  21. at Launcher.Serializer.DeSerialize[T](T value, Stream stream)
  22. at Launcher.Serializer.DeSerializeToFile[T](T value, String path)
  23. at Launcher.Json.Structures.Configuration.Save()
  24. at Launcher.Json.Structures.Configuration.Default()
  25. at Launcher.Json.Structures.Configuration..cctor()
  26. --- End of inner exception stack trace ---
  27. at Launcher.MainWindow._LoadConfig()
  28. at Launcher.MainWindow..ctor()
  29. --- End of inner exception stack trace ---
  30. at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  31. at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  32. at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  33. at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  34. at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  35. at System.Windows.Application.DoStartup()
  36. at System.Windows.Application.<.ctor>b__1_0(Object unused)
  37. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  38. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  39. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  40. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  41. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  42. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  43. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  44. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  45. at System.Windows.Threading.DispatcherOperation.Invoke()
  46. at System.Windows.Threading.Dispatcher.ProcessQueue()
  47. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  48. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  49. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  50. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  51. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  52. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  53. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  54. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  55. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  56. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  57. at System.Windows.Application.RunDispatcher(Object ignore)
  58. at System.Windows.Application.RunInternal(Window window)
  59. at System.Windows.Application.Run(Window window)
  60. at System.Windows.Application.Run()
  61. at Launcher.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment