office-ribbonx-editor icon indicating copy to clipboard operation
office-ribbonx-editor copied to clipboard

NullReferenceException: Object reference not set to an instance of an object.

Open MWagnerISP opened this issue 3 years ago • 0 comments

While trying to remove a duplicated icon from the object list

System.NullReferenceException: Object reference not set to an instance of an object.
   at OfficeRibbonXEditor.ViewModels.Documents.OfficePartViewModel.RemoveIcon(String id)
   at OfficeRibbonXEditor.ViewModels.Windows.MainWindowViewModel.ExecuteRemoveItemCommand()

To Reproduce Please describe the steps that lead to the unhandled exception here, including example files if relevant.

Screenshots If applicable, add screenshots to help explain how the unhandled exception occurred.

Additional context

  • Version: 1.6.0.493
  • Runtime: .NET Framework 4.8.4300.0
  • Operating System: Microsoft Windows 10.0.18363

MWagnerISP avatar Sep 03 '21 17:09 MWagnerISP