Visual Studio 2008 - Can't edit events in WPF
I just got a new PC with Windows 7. While editing a WPF window, when I right-click on a control and select Properties, I get the familiar property window docked in the lower-right coner. For some reason, I do not see the lightning bolt button to toggle over to t开发者_StackOverflow社区he events. Also, when I double-click on a control, nothing happens.
Has anyone seen this? What can I do?
You need to install VS 2008 SP1 for that feature (and a lot more!).
I manually uninstalled VS 2008 (by uninstalling each component one-by-one as specified in the readme file), then reinstalled it along with SP1, and it's fixed now.
精彩评论