Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created September 2, 2013 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkhileshKumar01/13f83ad1f61ccbdd3cbc to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/13f83ad1f61ccbdd3cbc to your computer and use it in GitHub Desktop.
System.InvalidOperationException: Invalid action command id: MonoDevelop.Debugger.DebugCommands.Debug
at MonoDevelop.Components.Commands.CommandManager.GetCommandInfo(Object commandId, CommandTargetRoute targetRoute)
at MonoDevelop.Components.Commands.CommandManager.GetCommandInfo(Object commandId)
at MonoDevelop.Components.MainToolbar.MainToolbar.GetStartButtonCommandInfo(OperationIcon& operation)
at MonoDevelop.Components.MainToolbar.MainToolbar.MonoDevelop.Components.Commands.ICommandBar.Update(Object activeTarget)
at MonoDevelop.Components.Commands.CommandManager.RegisterCommandBar(ICommandBar commandBar)
at MonoDevelop.Components.MainToolbar.MainToolbar..ctor()
at MonoDevelop.Ide.Desktop.PlatformService.CreateMainToolbar(Window window)
at MonoDevelop.Ide.DesktopService.CreateMainToolbar(Window window)
at MonoDevelop.Ide.Gui.DefaultWorkbench.CreateComponents()
at MonoDevelop.Ide.Gui.DefaultWorkbench.InitializeLayout()
at MonoDevelop.Ide.Gui.Workbench.Initialize(IProgressMonitor monitor)
at MonoDevelop.Ide.IdeApp.Initialize(IProgressMonitor monitor)
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelopOptions options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment