Is your Visual Studio Team System 2008 Database Edition GDR installation confused?
Does your menu suffer from multiple instance disorder?
Here is what you can do about it.
- Make sure that Visual Studio (devenv.exe) is closed.
- Start an elevated command prompt.
- Run the following two commands:
"%ProgramFiles%\Microsoft Visual Studio 9.0\DBPro\DBProRepair.exe" RemoveDBPro2008
"%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /ResetUserData
Now restart Visual Studio again, and the problem should be cured.
-GertD
Comments
Anonymous
March 08, 2009
PingBack from http://www.clickandsolve.com/?p=19669Anonymous
March 10, 2009
Ed Glas on Updated Load Test Links for March Michael Ruminer on TFS Admin Tool 1.4 En Route and WantsAnonymous
March 16, 2009
I had a problem where some of the data menus had duplicate entries (like the following): It happens becauseAnonymous
July 14, 2009
Was terrified for a moment because the /resetuserdata caused my 2008 install to think it was Orcas...at least the splash screen did.Anonymous
October 19, 2009
It should be noted that if you are on an x64 system, %ProgramFiles% maps to the wrong path. It maps to the location of 64-bit applications, but Visual Studio is currently (as of the 2008 version) a 32-bit app. In this case use %ProgramFiles(x86)% instead of %ProgramFiles%.