Guest User

Untitled

a guest
Dec 19th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1. OS: Майкрософт Windows 10 Домашняя (6.2.9200.0) x64
  2. Installed language: ru-RU
  3. Physical memory: total 3, available: 2
  4. Virtual memory: total 1, available: 1
  5. Exception System.UnhandledExceptionEventArgs
  6. Detail info System.Windows.Markup.XamlParseException: Вызов конструктора для типа "Launcher.MainWindow", удовлетворяющего указанным ограничениям привязки, привел к выдаче исключения. ---> System.TypeInitializationException: Инициализатор типа "Launcher.Json.Structures.Configuration" выдал исключение. ---> System.IO.FileLoadException: Не удалось загрузить файл или сборку "System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" либо одну из их зависимостей. Ошибка при выполнении операции со страницей. (Исключение из HRESULT: 0x800703E7)
  7. в System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject(Stream stream, Object graph)
  8. в Launcher.Serializer.DeSerialize[T](T value, Stream stream)
  9. в Launcher.Serializer.DeSerializeToFile[T](T value, String path)
  10. в Launcher.Json.Structures.Configuration.Save()
  11. в Launcher.Json.Structures.Configuration.wDSCp17frdBOrrLwF8a()
  12. в Launcher.Json.Structures.Configuration.V5od0tf6EG()
  13. в Launcher.Json.Structures.Configuration.wxStQ97YCfdwyVxJF8V()
  14. в Launcher.Json.Structures.Configuration..cctor()
  15. --- Конец трассировки внутреннего стека исключений ---
  16. в Launcher.MainWindow.IyiCD8BHd()
  17. в Launcher.MainWindow..ctor()
  18. --- Конец трассировки внутреннего стека исключений ---
  19. в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  20. в System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  21. в System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  22. в System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  23. в System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  24. в System.Windows.Application.DoStartup()
  25. в System.Windows.Application.<.ctor>b__1_0(Object unused)
  26. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  27. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  28. в System.Windows.Threading.DispatcherOperation.InvokeImpl()
  29. в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  30. в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  31. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  32. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  33. в MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  34. в System.Windows.Threading.DispatcherOperation.Invoke()
  35. в System.Windows.Threading.Dispatcher.ProcessQueue()
  36. в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  37. в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  38. в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  39. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  40. в System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  41. в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  42. в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  43. в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  44. в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  45. в System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  46. в System.Windows.Application.RunDispatcher(Object ignore)
  47. в System.Windows.Application.RunInternal(Window window)
  48. в System.Windows.Application.Run(Window window)
  49. в System.Windows.Application.Run()
  50. в Launcher.App.Main()
Add Comment
Please, Sign In to add comment