Functionality missing from Visual C# express beta2?

I can't find code definition window in the menus. It's not under view->Other Windows. I know it was in Beta1
The debugger seems to be missing some functionality too. Where's enable/disable breakpoints so I can get my list of all breakpoints? All I have is toggle breakpoint.
[285 byte] By [DaveLopez] at [2008-2-2]
# 1
Some more info.
I go into import and export settings wizard and attempt to reset my settings.
I get "Your settings were reset, but there were some errors" and then a bunch of messages (can't paste the whole thing unfortunately because it won't let me copy) like this:
Error 1: Keyboard: The command 'Refactor.EncapsulateField' does n..
...
Error 6: Keyboard: The command 'Debug.Breakpoints' does not exist
...
Error 32: Keyboard: The command 'View.CodeDefinitionWindow does not'

Those messages tie into stuff like CodeDefinitionWindow and breakpoints not being in the menus.

DaveLopez at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Dave -

As you have noticed, there have been a few changes to the makeup of the Express products since Beta1. In particular, the following have been taken out of C# Express to reduce the complexity of the product:
- Code Definition Window
- Enacpsulate Field refactoring
- Reorder Parameters refactoring
- Remove Parameters refactoring
- Promote Local Variable to Parameter refactoring

In addition, ClickOnce (Build->Publish) has been added to help Express users distribute the applications they create.

Thanks,
Luke Hoban
Visual C# IDE Program Manager

LukeHoban at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...