I'm using the VS2005 forms designer to try to add a new tool window to an existing form that already has two tool windows on it. I can add the tool window just fine, but when I try to drag it to an existing tool window's location so that they can be tabbed on top of each other it doesn't move. In fact, I can't move any of the tool windows by dragging with the mouse. It's been awhile since I created this form, but I don't recall having this much difficulty in the past. Am I missing something obvious here?
Also, there is some annoying behavior when it comes to deleting tool windows in the designer. If click "Remove Tool Window" from the properties page, the selected tool window is deleted without problem. However, if I select the tool window in the designer and press the Delete key, I get the following error messages:
"An error occurred while processing this command. Value cannot be null. Parameter name: components"
"Cannot access a disposed object. Object name: 'ToolWindowContainer'."
Then Visual Studio proceeds to shut down. Is there a different way this could be handled that wouldn't cause VS to crash?
Thanks,
Lisa
Also, there is some annoying behavior when it comes to deleting tool windows in the designer. If click "Remove Tool Window" from the properties page, the selected tool window is deleted without problem. However, if I select the tool window in the designer and press the Delete key, I get the following error messages:
"An error occurred while processing this command. Value cannot be null. Parameter name: components"
"Cannot access a disposed object. Object name: 'ToolWindowContainer'."
Then Visual Studio proceeds to shut down. Is there a different way this could be handled that wouldn't cause VS to crash?
Thanks,
Lisa