views:

269

answers:

3

I have Visual Studio 2008 Professional and when I click on menu View -> Server Explorer, the Server explorer window does not display. Same happens when using the shortcut: Ctrl+w+L

I have tried the following:

  • Cmd -> devenv /resetsettings
  • Tools > Import and Export Settings > 'Reset all settings'
  • Window > Reset Window Layout
  • Deleted DefaultView.SEView from %appdata%\Roaming\Microsoft\VisualStudio\9.0\ServerExplorer as per this KB article.

Details of the environment

  • Visual Studio Professional Edition
  • Version: 9.0.30729.1 SP1
  • Akhsvn,
  • GhostDoc
  • Resharper 4.5
  • Testdriven .Net

Has anyone experienced the same issue? I don't want to reinstall VS and all plugins.

Thanks.

+1  A: 

Take a look at this MS knowledge base article. One possible reason...

Stu Mackellar
Tried that, but it doesn't work. Tks.
Henrique Zacchi
+1  A: 

Have you tried the menu item Window > Reset Window Layout? I've gotten my windows garbled before, and this sometimes fixes them.

Kyralessa
Tried that but it didn't work. Tks
Henrique Zacchi
+2  A: 

The solution to the issue was the following:

Open Visual Studio command prompt -> devenv /setup

I don't know what caused the issue, and once in a while the Server Explorer disappears and I find myself having to run devenv /setup again.

Henrique Zacchi
You should mark this answer as accepted. You won't get any points for it, of course, since you're answering your own question; but then it'll show up as the answer for people searching on this problem.
Kyralessa