Windows Develop Bookmark and Share   
 index > Windows Forms Designer > There is already a command handler for the menu command '5efc7975-14bc-11cf-9b2b-00aa00573819 : 17'
 

There is already a command handler for the menu command '5efc7975-14bc-11cf-9b2b-00aa00573819 : 17'

Hi,
I created a new form like usual , the only thing special is that this form contains a userControl, when I work with this form I have no problem in design and run mode but When I want to inherit this form I get this exception from the designer :
There is already a command handler for the menu command
'5efc7975-14bc-11cf-9b2b-00aa00573819 : 17'
ashref.staali.Tunisia  Friday, April 03, 2009 9:37 AM

Hi,

This error arises if a third-party designer adds to the command table a command that already has a handler. You can handle this issue following this thread.

Hoping that could help you.

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, April 09, 2009 8:21 AM

Hi,

This error arises if a third-party designer adds to the command table a command that already has a handler. You can handle this issue following this thread.

Hoping that could help you.

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Thursday, April 09, 2009 8:21 AM

You can use google to search for other answers

Custom Search

More Threads

• Do we still need to implement designerhost with the arrival of designsurface
• DAG tree diagram
• how to let the property browser update a property
• How to customize scrollbar in Combobox-control
• Change label text when dropping on hosted designer
• Password in PropertyGrid
• What Design-Time Service puts the default Text value for components???
• Tab index not working correctly
• How to add background color to combobox
• Localizing multiple forms using a single resource file