Advertisement
Guest User

Untitled

a guest
May 6th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. --> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
  2. [17:31:23.157 D] System.NullReferenceException: Object reference not set to an instance of an object.
  3. at LisbethReborn.LisbethLoader.Load() in c:\Users\David\Desktop\Reborn\BotBases\Lisbeth\LisbethLoader.cs:line 86
  4. at LisbethReborn.LisbethLoader.OnButtonPress() in c:\Users\David\Desktop\Reborn\BotBases\Lisbeth\LisbethLoader.cs:line 53
  5. at ff14bot.Forms.ugh.MainWpf.BotBaseButton_Click(Object sender, RoutedEventArgs e)
  6. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  7. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  8. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  9. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  10. at System.Windows.Controls.Primitives.ButtonBase.OnClick()
  11. at System.Windows.Controls.Button.OnClick()
  12. at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
  13. at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
  14. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  15. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  16. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  17. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  18. at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
  19. at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
  20. at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  21. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  22. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  23. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  24. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  25. at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  26. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  27. at System.Windows.Input.InputManager.ProcessStagingArea()
  28. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  29. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  30. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  31. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  32. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  33. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  34. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  35. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  36. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  37. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  38. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  39. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  40. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  41. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  42. at System.Windows.Threading.Dispatcher.Run()
  43. at System.Windows.Application.RunDispatcher(Object ignore)
  44. at System.Windows.Application.RunInternal(Window window)
  45. at System.Windows.Application.Run(Window window)
  46. at ff14bot.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement