Guest User

Untitled

a guest
May 21st, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. Stack:
  2. at Hub.LoginSystem.Window_Loaded(System.Object, System.Windows.RoutedEventArgs)
  3. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
  4. at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
  5. at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
  6. at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs)
  7. at System.Windows.BroadcastEventHelper.BroadcastEvent(System.Windows.DependencyObject, System.Windows.RoutedEvent)
  8. at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(System.Object)
  9. at MS.Internal.LoadedOrUnloadedOperation.DoWork()
  10. at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  11. at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  12. at System.Windows.Media.MediaContext.RenderMessageHandlerCore(System.Object)
  13. at System.Windows.Media.MediaContext.RenderMessageHandler(System.Object)
  14. at System.Windows.Media.MediaContext.Resize(System.Windows.Media.ICompositionTarget)
  15. at System.Windows.Interop.HwndTarget.OnResize()
  16. at System.Windows.Interop.HwndTarget.HandleMessage(MS.Internal.Interop.WindowMessage, IntPtr, IntPtr)
  17. at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  18. at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  19. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
  20. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  21. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  22. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
  23. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
  24. at MS.Win32.UnsafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef, Int32)
  25. at System.Windows.Window.ShowHelper(System.Object)
  26. at System.Windows.Window.Show()
  27. at Hub.MainWindow.btnLogin_Click(System.Object, System.Windows.RoutedEventArgs)
  28. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
  29. at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
  30. at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
  31. at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs)
  32. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  33. at System.Windows.Controls.Button.OnClick()
  34. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(System.Windows.Input.MouseButtonEventArgs)
  35. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs)
  36. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object)
  37. at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
  38. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
  39. at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
  40. at System.Windows.UIElement.ReRaiseEventAs(System.Windows.DependencyObject, System.Windows.RoutedEventArgs, System.Windows.RoutedEvent)
  41. at System.Windows.UIElement.OnMouseUpThunk(System.Object, System.Windows.Input.MouseButtonEventArgs)
  42. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(System.Delegate, System.Object)
  43. at System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)
  44. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(System.Object, System.Windows.RoutedEventArgs)
  45. at System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)
  46. at System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)
  47. at System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)
  48. at System.Windows.UIElement.RaiseEvent(System.Windows.RoutedEventArgs, Boolean)
  49. at System.Windows.Input.InputManager.ProcessStagingArea()
  50. at System.Windows.Input.InputManager.ProcessInput(System.Windows.Input.InputEventArgs)
  51. at System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)
  52. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawMouseActions, Int32, Int32, Int32)
  53. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr, MS.Internal.Interop.WindowMessage, IntPtr, IntPtr, Boolean ByRef)
  54. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  55. at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
  56. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
  57. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
  58. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
  59. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
  60. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
  61. at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
  62. at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
  63. at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame)
  64. at System.Windows.Threading.Dispatcher.Run()
  65. at System.Windows.Application.RunDispatcher(System.Object)
  66. at System.Windows.Application.RunInternal(System.Windows.Window)
  67. at System.Windows.Application.Run(System.Windows.Window)
  68. at System.Windows.Application.Run()
  69. at Hub.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment