Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Fire Client version 4.2.0.0
  2. Region: English (New Zealand)
  3.  
  4. System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
  5. at System.Windows.Forms.UnsafeNativeMethods.IHTMLLocation.GetHref()
  6. at System.Windows.Forms.WebBrowser.get_Document()
  7. at System.Windows.Forms.WebBrowser.get_IsBusy()
  8. at FireClient.Core.Pages.Browser._Lambda$__59()
  9. at FireClient.Core.Pages.Browser._Lambda$__58(Object a0)
  10. at FireClient.Core.Pages.Browser.CanExecuteBindingHandler.CanExecute(Object sender, CanExecuteRoutedEventArgs e)
  11. at System.Windows.Input.CommandBinding.OnCanExecute(Object sender, CanExecuteRoutedEventArgs e)
  12. at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  13. at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
  14. at System.Windows.Input.CommandManager.OnCanExecute(Object sender, CanExecuteRoutedEventArgs e)
  15. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  16. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  17. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  18. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  19. at System.Windows.Input.RoutedCommand.CanExecuteImpl(Object parameter, IInputElement target, Boolean trusted, Boolean& continueRouting)
  20. at System.Windows.Input.RoutedCommand.CanExecute(Object parameter, IInputElement target)
  21. at MS.Internal.Commands.CommandHelpers.CanExecuteCommandSource(ICommandSource commandSource)
  22. at System.Windows.Controls.Primitives.ButtonBase.OnCanExecuteChanged(Object sender, EventArgs e)
  23. at System.Windows.Input.CommandManager.CallWeakReferenceHandlers(List`1 handlers)
  24. at System.Windows.Input.CommandManager.RaiseRequerySuggested(Object obj)
  25. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
  26. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Add Comment
Please, Sign In to add comment