vs2010出现 devenv.exe assert failure 解决办法,,


打开Visual Studio命令提示符下的“开始”菜单中(2010) - >所有程序- >微软Visual Studio 2010 - > Visual Studio工具(具有管理员权限运行:右键单击该程序- >以管理员身份运行);

  • Try some devenv switches in command prompt: 在命令提示符尝试一些devenv的开关:
    1. Run devenv / Resetsettings to eliminate the cause of corrupted settings. 运行 devenv / Resetsettings消除设置损坏的原因。
    2. Run devenv /ResetSkipPkgs in Command Prompt. 运行 devenv /命令提示符ResetSkipPkgs的
    3. Run devenv /Safemode to see if you can apply it correctly. 运行 devenv /安全模式看看,如果你能正确地运用它。 This can eliminate the possibility that third party Add-ins or packages are causing problems. 这可以消除第三方加载项或包导致问题的可能性。
  • Reboot the machine in Safe Mode. 安全模式重新启动机器。 This can isolate some third party application/driver's interference. 这可以分离出一些第三方应用程序/驱动器的干扰。
  • Switch and try a new user account. 切换和尝试新的用户帐户。 This can rule out the possibility of corrupted user profile. 这可以排除损坏的用户配置文件的可能性。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM