Advertisement
Guest User

Untitled

a guest
May 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.98 KB | None | 0 0
  1. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.CodePaneRefactorRenameCommand was registered with id 49443;
  2. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorEncapsulateFieldCommand was registered with id 49424;
  3. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorExtractMethodCommand was registered with id 49496;
  4. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.Refactorings.RefactorMoveCloserToUsageCommand was registered with id 49461;
  5. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.CodeExplorerCommand was registered with id 49448;
  6. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ExportAllCommand was registered with id 49658;
  7. 2018-05-25 10:56:54.1034;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.FindSymbolCommand was registered with id 49473;
  8. 2018-05-25 10:56:54.1189;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.IndentCurrentModuleCommand was registered with id 49607;
  9. 2018-05-25 10:56:54.1189;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.IndentCurrentProcedureCommand was registered with id 49411;
  10. 2018-05-25 10:56:54.1189;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.InspectionResultsCommand was registered with id 49490;
  11. 2018-05-25 10:56:54.1189;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.ReparseCommand was registered with id 49591;
  12. 2018-05-25 10:56:54.1189;TRACE-2.2.6718.24223;Rubberduck.Common.Hotkeys.Hotkey;Hotkey for the associated command Rubberduck.UI.Command.TestExplorerCommand was registered with id 49377;
  13. 2018-05-25 10:56:57.2126;DEBUG-2.2.6718.24223;Rubberduck.UI.Command.MenuItems.ParentMenus.ParentMenuItemBase;(66586810) Executing click handler for menu item 'S&ettings', hash code 49787547;
  14. 2018-05-25 10:56:57.7287;ERROR-2.2.6718.24223;Rubberduck.UI.Command.SettingsCommand;Castle.MicroKernel.ComponentActivator.ComponentActivatorException: ComponentActivator: could not instantiate Rubberduck.UI.Settings.SettingsForm ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Sequence contains no matching element
  15. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
  16. at Rubberduck.UI.Settings.GeneralSettingsViewModel.TransferSettingsToView(IGeneralSettings general, IHotkeySettings hottkey) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\GeneralSettingsViewModel.cs:line 255
  17. at Rubberduck.UI.Settings.GeneralSettingsViewModel..ctor(Configuration config, IOperatingSystem operatingSystem, IMessageBox messageBox, IVBESettings vbeSettings, IEnumerable`1 experimentalFeatureTypes) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\GeneralSettingsViewModel.cs:line 46
  18. at Rubberduck.UI.Settings.SettingsForm..ctor(IGeneralConfigService configService, IOperatingSystem operatingSystem, IMessageBox messageBox, IVBESettings vbeSettings, SettingsViews activeView) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\SettingsForm.cs:line 27
  19. --- End of inner exception stack trace ---
  20. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  21. at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  22. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
  23. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
  24. --- End of inner exception stack trace ---
  25. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
  26. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
  27. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
  28. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
  29. at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
  30. at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
  31. at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
  32. at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
  33. at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
  34. at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
  35. at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
  36. at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
  37. at Castle.Facilities.TypedFactory.TypedFactoryComponentResolver.Resolve(IKernelInternal kernel, IReleasePolicy scope)
  38. at Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor.Resolve(IInvocation invocation)
  39. at Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor.Intercept(IInvocation invocation)
  40. at Castle.DynamicProxy.AbstractInvocation.Proceed()
  41. at Castle.Proxies.ISettingsFormFactoryProxy.Create()
  42. at Rubberduck.UI.Command.SettingsCommand.OnExecute(Object parameter) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Command\SettingsCommand.cs:line 24
  43. at Rubberduck.UI.Command.CommandBase.Execute(Object parameter) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Command\CommandBase.cs:line 47;Castle.MicroKernel.ComponentActivator.ComponentActivatorException: ComponentActivator: could not instantiate Rubberduck.UI.Settings.SettingsForm ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Sequence contains no matching element
  44. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
  45. at Rubberduck.UI.Settings.GeneralSettingsViewModel.TransferSettingsToView(IGeneralSettings general, IHotkeySettings hottkey) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\GeneralSettingsViewModel.cs:line 255
  46. at Rubberduck.UI.Settings.GeneralSettingsViewModel..ctor(Configuration config, IOperatingSystem operatingSystem, IMessageBox messageBox, IVBESettings vbeSettings, IEnumerable`1 experimentalFeatureTypes) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\GeneralSettingsViewModel.cs:line 46
  47. at Rubberduck.UI.Settings.SettingsForm..ctor(IGeneralConfigService configService, IOperatingSystem operatingSystem, IMessageBox messageBox, IVBESettings vbeSettings, SettingsViews activeView) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Settings\SettingsForm.cs:line 27
  48. --- End of inner exception stack trace ---
  49. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  50. at System.Reflection.RuntimeConstructorInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  51. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.FastCreateInstance(Type implType, Object[] arguments, ConstructorCandidate constructor)
  52. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
  53. --- End of inner exception stack trace ---
  54. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstanceCore(ConstructorCandidate constructor, Object[] arguments, Type implType)
  55. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.CreateInstance(CreationContext context, ConstructorCandidate constructor, Object[] arguments)
  56. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.Instantiate(CreationContext context)
  57. at Castle.MicroKernel.ComponentActivator.DefaultComponentActivator.InternalCreate(CreationContext context)
  58. at Castle.MicroKernel.ComponentActivator.AbstractComponentActivator.Create(CreationContext context, Burden burden)
  59. at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.CreateInstance(CreationContext context, Boolean trackedExternally)
  60. at Castle.MicroKernel.Lifestyle.AbstractLifestyleManager.Resolve(CreationContext context, IReleasePolicy releasePolicy)
  61. at Castle.MicroKernel.Handlers.DefaultHandler.ResolveCore(CreationContext context, Boolean requiresDecommission, Boolean instanceRequired, Burden& burden)
  62. at Castle.MicroKernel.Handlers.DefaultHandler.Resolve(CreationContext context, Boolean instanceRequired)
  63. at Castle.MicroKernel.Handlers.AbstractHandler.Resolve(CreationContext context)
  64. at Castle.MicroKernel.DefaultKernel.ResolveComponent(IHandler handler, Type service, IDictionary additionalArguments, IReleasePolicy policy)
  65. at Castle.MicroKernel.DefaultKernel.Castle.MicroKernel.IKernelInternal.Resolve(Type service, IDictionary arguments, IReleasePolicy policy)
  66. at Castle.Facilities.TypedFactory.TypedFactoryComponentResolver.Resolve(IKernelInternal kernel, IReleasePolicy scope)
  67. at Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor.Resolve(IInvocation invocation)
  68. at Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor.Intercept(IInvocation invocation)
  69. at Castle.DynamicProxy.AbstractInvocation.Proceed()
  70. at Castle.Proxies.ISettingsFormFactoryProxy.Create()
  71. at Rubberduck.UI.Command.SettingsCommand.OnExecute(Object parameter) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Command\SettingsCommand.cs:line 24
  72. at Rubberduck.UI.Command.CommandBase.Execute(Object parameter) in C:\Users\jverner\Downloads\Rubberduck_JvernerFork\Rubberduck.Core\UI\Command\CommandBase.cs:line 47
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement