Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. A first chance exception of type 'System.Windows.Markup.XamlParseException' occurred in PresentationFramework.dll
  2.  
  3. Additional information: The method or operation is not implemented.
  4.  
  5. > PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.Load(System.Xaml.XamlReader xamlReader, System.Xaml.IXamlObjectWriterFactory writerFactory, bool skipJournaledProperties, object rootObject, System.Xaml.XamlObjectWriterSettings settings, System.Uri baseUri) + 0x170 bytes
  6. PresentationFramework.dll!System.Windows.Markup.WpfXamlLoader.LoadBaml(System.Xaml.XamlReader xamlReader, bool skipJournaledProperties, object rootObject, System.Xaml.Permissions.XamlAccessLevel accessLevel, System.Uri baseUri) + 0x40 bytes
  7. PresentationFramework.dll!System.Windows.Markup.XamlReader.LoadBaml(System.IO.Stream stream, System.Windows.Markup.ParserContext parserContext, object parent, bool closeStream) + 0x20b bytes
  8. PresentationFramework.dll!System.Windows.Application.LoadBamlStreamWithSyncInfo(System.IO.Stream stream, System.Windows.Markup.ParserContext pc) + 0xad bytes
  9. PresentationFramework.dll!System.Windows.Application.LoadComponent(System.Uri resourceLocator, bool bSkipJournaledProperties) + 0xed bytes
  10. PresentationFramework.dll!System.Windows.Application.DoStartup() + 0xa8 bytes
  11. PresentationFramework.dll!System.Windows.Application..ctor.AnonymousMethod__1(object unused) + 0x39 bytes
  12. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
  13. WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
  14. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeImpl() + 0xac bytes
  15. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(object state) + 0x38 bytes
  16. mscorlib.dll!System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0xa7 bytes
  17. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state, bool preserveSyncCtx) + 0x16 bytes
  18. mscorlib.dll!System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, object state) + 0x41 bytes
  19. WindowsBase.dll!System.Windows.Threading.DispatcherOperation.Invoke() + 0x5b bytes
  20. WindowsBase.dll!System.Windows.Threading.Dispatcher.ProcessQueue() + 0x16b bytes
  21. WindowsBase.dll!System.Windows.Threading.Dispatcher.WndProcHook(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x5a bytes
  22. WindowsBase.dll!MS.Win32.HwndWrapper.WndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam, ref bool handled) + 0x9b bytes
  23. WindowsBase.dll!MS.Win32.HwndSubclass.DispatcherCallbackOperation(object o) + 0x6b bytes
  24. WindowsBase.dll!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate callback, object args, int numArgs) + 0x52 bytes
  25. WindowsBase.dll!MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(object source, System.Delegate method, object args, int numArgs, System.Delegate catchHandler) + 0x3a bytes
  26. WindowsBase.dll!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority priority, System.TimeSpan timeout, System.Delegate method, object args, int numArgs) + 0x10e bytes
  27. WindowsBase.dll!MS.Win32.HwndSubclass.SubclassWndProc(System.IntPtr hwnd, int msg, System.IntPtr wParam, System.IntPtr lParam) + 0xf1 bytes
  28. user32.dll!74e662fa()
  29. [Frames below may be incorrect and/or missing, no symbols loaded for user32.dll]
  30. user32.dll!74e66d3a()
  31. user32.dll!74e66ce9()
  32. user32.dll!74e677c4()
  33. user32.dll!74e6788a()
  34. [Managed to Native Transition]
  35. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) + 0xb1 bytes
  36. WindowsBase.dll!System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame frame) + 0x49 bytes
  37. WindowsBase.dll!System.Windows.Threading.Dispatcher.Run() + 0x4b bytes
  38. PresentationFramework.dll!System.Windows.Application.RunDispatcher(object ignore) + 0x17 bytes
  39. PresentationFramework.dll!System.Windows.Application.RunInternal(System.Windows.Window window) + 0x6f bytes
  40. PresentationFramework.dll!System.Windows.Application.Run(System.Windows.Window window) + 0x26 bytes
  41. PresentationFramework.dll!System.Windows.Application.Run() + 0x1b bytes
  42. FBE_CSharpUI.exe!FBE_CSharpUI.App.Main() + 0x59 bytes C#
  43. mscoreei.dll!6154f4f3()
  44. KernelBase.dll!751c1e59()
  45. mscoree.dll!66ab7efd()
  46. mscoree.dll!66ab7f16()
  47. mscoree.dll!66ab4de3()
  48. kernel32.dll!7505338a()
  49. ntdll.dll!772b9f72()
  50. ntdll.dll!772b9f45()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement