Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. System.Exception: The component 'MahApps.Metro.Controls.Dialogs.InputDialog' does not have a resource identified by the URI '/MahApps.Metro;component/themes/dialogs/inputdialog.xaml'.
  2. at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
  3. at MahApps.Metro.Controls.Dialogs.InputDialog.InitializeComponent()
  4. at MahApps.Metro.Controls.Dialogs.DialogManager.<>c__DisplayClass1_0.<ShowInputAsync>b__1()
  5. at System.Windows.Threading.DispatcherOperation`1.InvokeDelegateCore()
  6. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  7. --- End of stack trace from previous location where exception was thrown ---
  8. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  9. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  10. at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
  11. at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
  12. at System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  13. at System.Windows.Threading.Dispatcher.Invoke[TResult](Func`1 callback)
  14. at MahApps.Metro.Controls.Dialogs.DialogManager.<>c__DisplayClass1_0.<ShowInputAsync>b__0(Task z)
  15. at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke()
  16. at System.Threading.Tasks.Task.Execute()
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  19. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  20. at Hearthstone_Deck_Tracker.Windows.MainWindow.<ShowEditDeckNameDialog>d__92.MoveNext() in C:\projects\hearthstone-deck-tracker\Hearthstone Deck Tracker\Windows\MainWindow.Edit.cs:line 330
  21. --- End of stack trace from previous location where exception was thrown ---
  22. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  23. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  24. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement