first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Visual Studio 2008 PROBLEM: “Server Explorer not showing up on Visual Studio”; devenv.exe

Some person with the handle speenr says (on http://forums.asp.net/t/1227004.aspx), “I had the same problem in VS2008. I tried to repair VS2008 installation, but it did not solve my problem. Only 'devenv /setup' brought success.” The problem is when VS2008 will not show the Server Explorer. Also, you may be prompted to refresh every database connection in the Solution you are loading. This is the fully qualified command to use to attempt to fix the problem:

"%ProgramFiles%\\Microsoft Visual Studio 9.0\\Common7\\IDE\\devenv" /setup

You may be interested in the files devenv.com and devenv.exe. Take a look at “DevEnv.com?—Sairama’s Tip of the Day” here:

http://www.hanselman.com/blog/DevEnvcomSairamasTipOfTheDay.aspx
mod date: 2008-12-02T17:52:23.000Z