Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.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: Предоставление значения для "System.Windows.Baml2006.TypeConverterMarkupExtension" вызвало исключение. ---> System.MissingMethodException: Метод не найден: "Void System.Diagnostics.Tracing.FrameworkEventSource.BeginGetResponse(System.Object, System.String)".
  7. в System.Net.FileWebRequest.BeginGetResponse(AsyncCallback callback, Object state)
  8. в System.Net.FileWebRequest.GetResponse()
  9. в MS.Internal.WpfWebRequestHelper.GetResponse(WebRequest request)
  10. в System.Windows.Media.ColorContext.Initialize(Uri profileUri, Boolean isStandardProfileUriNotFromUser)
  11. в System.Windows.Media.ColorContext..ctor(PixelFormat pixelFormat)
  12. в System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapPalette palette)
  13. в System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
  14. в System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder decoder)
  15. в System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder decoder, ReadOnlyCollection`1 frames)
  16. в System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
  17. в System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
  18. в System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
  19. в System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
  20. в MS.Internal.Xaml.Runtime.ClrObjectRuntime.CallProvideValue(MarkupExtension me, IServiceProvider serviceProvider)
  21. --- Конец трассировки внутреннего стека исключений ---
  22. в System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
  23. в System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
  24. в System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
  25. в System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
  26. в System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
  27. в System.Windows.Application.DoStartup()
  28. в System.Windows.Application.<.ctor>b__1(Object unused)
  29. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  30. в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  31. в System.Windows.Threading.DispatcherOperation.InvokeImpl()
  32. в System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  33. в System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  34. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  35. в System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  36. в System.Windows.Threading.DispatcherOperation.Invoke()
  37. в System.Windows.Threading.Dispatcher.ProcessQueue()
  38. в System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  39. в MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  40. в MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  41. в System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  42. в MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  43. в System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  44. в MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  45. в MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  46. в System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  47. в System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  48. в System.Windows.Application.RunDispatcher(Object ignore)
  49. в System.Windows.Application.RunInternal(Window window)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement