看到有更新,习惯性的点了,升级到Visiual Studio Ultimate2012 Update 1,并且按照提升重启了电脑。因为昨天太晚,也没验证。尽早打开VS,结果直接Crash。错误如下:
问题签名:
步骤1:开始-->所有程序-->Microsoft VisualStudio 2012-->Visual Studio Tools-->VS2012开发人员命令提示(以管理员方式运行)
步骤2:运行devenv /Safemode(本人的已经能正常运行了)
步骤3:正常打开VS,也能正常运行
详见:
1. OpenVisual Studio Command Prompt (2010) under Start menu -> AllPrograms -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administratorprivilege: right-click the program -> Run asadministrator);
2. Trysome devenv switches in command prompt:
a. Rundevenv/Resetsettings to eliminate the cause of corruptedsettings.
b. Rundevenv/ResetSkipPkgs in Command Prompt.
c. Rundevenv/Safemode to see if you can apply it correctly. This caneliminate the possibility that third party Add-ins or packages arecausing problems.
3. Rebootthe machine inSafe Mode. This can isolate somethird party application/driver's interference.
4. Switchand try a new user account. This can rule out the possibility ofcorrupted user profile.
参考链接:http://social.msdn.microsoft.com/Forums/da-DK/vssetup/thread/d3608a82-62b7-43d8-9864-e86232c17d01