Thursday, March 10, 2011

Reset Visual Studio 2008 Settings

after i upgraded my VS2010 to SP1, i found that it caused the conflict to my VS2008 Setting.

when i try to add a Web Service Reference to the Project. a warming windows poping up and prevent me

to add a new web service.

"the Web Service Enumeration Component is Missing, please re-install VS2008 Etc.;..........


after I search on the MSDN, here is the simple solution to fix the this issue.


go to VS2008 Folder in the program menu, select VS2008 CMD, right click on it and select run as an administrator (this is very important, only the administrator can modify the setting in Windows 7 OS)

in CMD execute this line devenv.exe ResetSkipPkgs ( to load all skip tags)  or  devenv.exe ResetSettings (reset the VS2008 back to Default setting).

i hope this can save you a day....


No comments:

Post a Comment