问题签名:
步骤1:开始-->所有程序-->Microsoft Visual Studio 2012-->Visual Studio Tools-->VS2012 开发人员命令提示(以管理员方式运行)
步骤2:运行devenv /Safemode (本人的已经能正常运行了)
步骤3:正常打开VS,也能正常运行
详见:
1. Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
2. Try some devenv switches in command prompt:
a. Rundevenv /Resetsettings to eliminate the cause of corrupted settings.
b. Rundevenv /ResetSkipPkgs in Command Prompt.
c. Rundevenv /Safemode to see if you can apply it correctly. This can eliminate the possibility that third party Add-ins or packages are causing problems.
3. Reboot the machine inSafe Mode. This can isolate some third party application/driver's interference.
4. Switch and try a new user account. This can rule out the possibility of corrupted user profile.
参考链接:http://social.msdn.microsoft.com/Forums/da-DK/vssetup/thread/d3608a82-62b7-43d8-9864-e86232c17d01
转自:http://blog.sina.com.cn/s/blog_3f2ef11801013p8c.html