Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.40 KB | None | 0 0
  1. Assembly Version: 2.1.0.43
  2. ~~~7/22/2014 2:37:22 PM~~~
  3. System.InvalidOperationException: Não será possível definir Visibility nem chamar Show, ShowDialog ou WindowInteropHelper.EnsureHandle depois que uma Janela for fechada.
  4.    em System.Windows.Window.VerifyCanShow()
  5.    em System.Windows.Window.Show()
  6.    em jarvisWPF.App.app_Startup(Object sender, StartupEventArgs e)
  7. System.InvalidOperationException: Não será possível definir Visibility nem chamar Show, ShowDialog ou WindowInteropHelper.EnsureHandle depois que uma Janela for fechada.
  8.    em System.Windows.Window.VerifyCanShow()
  9.    em System.Windows.Window.Show()
  10.    em jarvisWPF.App.app_Startup(Object sender, StartupEventArgs e)    em System.Windows.Window.VerifyCanShow()
  11.    em System.Windows.Window.Show()
  12.    em jarvisWPF.App.app_Startup(Object sender, StartupEventArgs e)
  13. StackTrace:    em System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
  14.    em System.Environment.get_StackTrace()
  15.    em jarvisWPF.App.app_Startup(Object sender, StartupEventArgs e)
  16.    em System.Windows.Application.OnStartup(StartupEventArgs e)
  17.    em System.Windows.Application.<.ctor>b__1(Object unused)
  18.    em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  19.    em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  20.    em System.Windows.Threading.DispatcherOperation.InvokeImpl()
  21.    em System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  22.    em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23.    em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  24.    em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  25.    em System.Windows.Threading.DispatcherOperation.Invoke()
  26.    em System.Windows.Threading.Dispatcher.ProcessQueue()
  27.    em System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28.    em MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  29.    em MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  30.    em System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  31.    em MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  32.    em System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  33.    em MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  34.    em MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  35.    em System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  36.    em System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  37.    em System.Windows.Threading.Dispatcher.Run()
  38.    em System.Windows.Application.RunDispatcher(Object ignore)
  39.    em System.Windows.Application.RunInternal(Window window)
  40.    em System.Windows.Application.Run(Window window)
  41.    em System.Windows.Application.Run()
  42.    em jarvisWPF.App.Main()
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement