In the past year, one way or another, my Server Explorer tab in Visual Studio 2008 had disappeared. My main use of the tab was to access Microsoft Sql Server tables. I had tried a variety of things in the past in a quick effort to fix the problem. I was unable to find a suitable solution. Now, with a quick command, the problem is fixed. Try:
- Close all instances of Visual Studio.
- In All Programs > Microsoft Visual Studio 2008 > Visual Studio Tools folder, open the application Visual Studio 2008 Command Prompt
- Next, type in devenv /resetskippkgs at the command prompt.
On the next reload of Visual Studio 2008, the problem is fixed. Visual Studio 2003 and 2010 should both have their version of Command Prompts that can be used to fixed similar problems. Good luck!
RSS Feed
Posted in
Tags: 

Great, saved me from a reinstall
Spent an hour trying to get this fixed myself using other’s suggestions. Your’s worked for me and I appreciate your helpful post.
Thanks its really works. I spent lots of time to fox it but this really help and solved the problem in few mins.