[223] Exception in option window
when I select the "Surround With" and "File Templates" section I receive the following exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.ToolTip..ctor(IContainer cont) at JetBrains.ReSharper.OptionPages.QuickListManagementControl.InitializeComponent() in c:\TEMP\tmp5613.tmp\src\LiveTemplates\src\OptionPages\QuickListManagementControl.cs:line 83 at JetBrains.ReSharper.OptionPages.QuickListManagementControl..ctor(TemplateKind kind, IQuickList quickList) in c:\TEMP\tmp5613.tmp\src\LiveTemplates\src\OptionPages\QuickListManagementControl.cs:line 32 at JetBrains.ReSharper.OptionPages.TemplatesOptionPageWithQuickList.InitializeUI() in c:\TEMP\tmp5613.tmp\src\LiveTemplates\src\OptionPages\TemplatesOptionPageWithQuickList.cs:line 166 at JetBrains.ReSharper.OptionPages.TemplatesOptionPageWithQuickList..ctor(IOptionsUI optionsUI, TemplateKind templateKind, IQuickListProvider quickListProvider, Key key) in c:\TEMP\tmp5613.tmp\src\LiveTemplates\src\OptionPages\TemplatesOptionPageWithQuickList.cs:line 27 at JetBrains.ReSharper.OptionPages.SurroundsPage..ctor(IOptionsUI optionsUI) in c:\TEMP\tmp5613.tmp\src\LiveTemplates\src\OptionPages\SurroundsPage.cs:line 13 --- End of inner exception stack trace --- at System.Reflection.RuntimeConstructorInfo.InternalInvoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at JetBrains.ReSharper.OptionsUI.Impl.Options.GetPage(String id) in c:\TEMP\tmp5613.tmp\src\IDECore\src\OptionsUI\Impl\Options.cs:line 412 --- End of inner exception stack trace --- at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp5613.tmp\src\Util\src\Logger.cs:line 297 column 9 at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp5613.tmp\src\Util\src\Logger.cs:line 309 column 5 at JetBrains.ReSharper.OptionsUI.Impl.Options.GetPage(String) in c:\TEMP\tmp5613.tmp\src\IDECore\src\OptionsUI\Impl\Options.cs:line 423 column 11 at JetBrains.ReSharper.OptionsUI.Impl.Options.treeView_FocusedNodeChanged(Object, FocusedNodeChangedEventArgs) in c:\TEMP\tmp5613.tmp\src\IDECore\src\OptionsUI\Impl\Options.cs:line 281 column 7 at DevExpress.XtraTreeList.TreeList.RaiseFocusedNodeChanged(TreeListNode, TreeListNode) at DevExpress.XtraTreeList.TreeList.InternalSetFocusedRowIndex(Int32) at DevExpress.XtraTreeList.TreeList.set_FocusedRowIndex(Int32) at DevExpress.XtraTreeList.Handler.NodePressedState.ChangeSelection(RowInfo) at DevExpress.XtraTreeList.Handler.NodePressedState.Init() at DevExpress.XtraTreeList.Handler.TreeListHandler.SetControlState(TreeListState) at DevExpress.XtraTreeList.Handler.NormalState.OnPressNode() at DevExpress.XtraTreeList.Handler.NormalState.MouseDown(MouseEventArgs, TreeListHitTest) at DevExpress.XtraTreeList.Handler.TreeListHandler.OnMouseDown(MouseEventArgs) at DevExpress.XtraTreeList.TreeList.OnMouseDown(MouseEventArgs) at System.Windows.Forms.Control.WmMouseDown(Message&, MouseButtons, Int32) at System.Windows.Forms.Control.WndProc(Message&) at DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message&) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&) at System.Windows.Forms.ControlNativeWindow.WndProc(Message&) at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG&) at System.Windows.Forms.ThreadContext.LocalModalMessageLoop(Form) at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32, ApplicationContext) at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32, ApplicationContext) at System.Windows.Forms.Application.RunDialog(Form) at System.Windows.Forms.Form.ShowDialog(IWin32Window) at JetBrains.ReSharper.Shell.WindowUtil.ShowDialog(Form, IWin32Window) in c:\TEMP\tmp5613.tmp\src\Shell\src\WindowUtil.cs:line 48 column 9 at JetBrains.ReSharper.OptionsUI.Impl.ShowOptionsAction.Execute(IDataContext, DelegateExecute) in c:\TEMP\tmp5613.tmp\src\IDECore\src\OptionsUI\Impl\ShowOptionsAction.cs:line 21 column 7 at JetBrains.ReSharper.ActionManagement.ExecutableAction.Execute(IDataContext) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\Action\ExecutableAction.cs:line 25 column 13 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction, IDataContext) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 506 column 9 at JetBrains.ReSharper.ActionManagement.ActionManagerBase.ExecuteAction(IExecutableAction) in c:\TEMP\tmp5613.tmp\src\ActionManagement\src\ActionManager\ActionManagerBase.cs:line 493 column 5 at JetBrains.VSAddin.ActionManagement.VSActionManager.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\TEMP\tmp5613.tmp\src\VSAddin\src\ActionManagement\VSActionManager.cs:line 431 column 11 at ReSharperAddIn.Exec(String, vsCommandExecOption, Object&, Object&, Boolean&) in c:\TEMP\tmp5613.tmp\src\VSAddin\src\Connect.cs:line 220 column 3 ]]>
Please sign in to leave a comment.