Hi All,
I added a toolstrip control into my application main form. And then I added a toolstripbutton to the toolstrip. Right clicked on the toolstripbutton and clicked on the properties to display the properties for the button. I clicked on the dropdown button of the Image property (so that I can change the image property from the system.drawing.bitmap to a toolbar icon that I already loaded into the resource file) and immediately, Igot the following error message popup on the VS2005 IDE desktop:
An item with the same key has already been added.
What is wrong with the VS2006 IDE? I thought this is a bug that already fixed in VS2005 beta2....
Is there a way to work around this problem?
Thanks.