为什么 Visual Studio 经常崩溃? [英] Why is Visual Studio constantly crashing?

查看:194
本文介绍了为什么 Visual Studio 经常崩溃?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Visual Studio 在添加/删除引用和项目时随机崩溃.任何想法为什么?安装 Sp1 会有帮助吗?

Visual Studio randomly crashes when adding/removing references and projects. Any thoughts why? Will installing Sp1 help?

除了 SourceSafe,我不使用任何插件.我的大部分开发工作都是在连接模式下进行的.

I do not work with any addons except SourceSafe. I do most of my development in connected mode.

开发使用:
Visual Studio 2008
WinXp 终端服务 -> Win2k3 Sp2 (64bit)
VSS 8.0,32 位

Developing using:
Visual Studio 2008
WinXp Terminal Service -> Win2k3 Sp2 (64bit)
VSS 8.0, 32bit

推荐答案

尝试删除 .user 和 .suo 文件 - 这些是 VS 创建的用户选项文件.您会为每个项目获得一个 .user 文件,并为您的解决方案获得一个 .suo 文件.当它们被损坏时,奇怪的事情就会发生.删除它们会让你失去一些小东西,比如你开始调试时选择哪个项目作为启动项目,但它通常会清除像这样的奇怪行为.

Try deleting your .user and .suo files - these are the user options files that VS creates. You get a .user file for each project and a .suo file for your solution. When they get corrupted, odd things happen. Deleting them will make you lose little things like which project is selected as the startup project when you start debugging, but it usually clears up odd behavior like this.

您可能还想清除任何临时文件位置,例如 Temporary ASP.NET Files 文件夹(如果您在 ASP.NET 中工作),以防万一一些奇怪的东西被缓存在某处.

You may also want to clear out any temporary file locations, like the Temporary ASP.NET Files folders (if you're working in ASP.NET) just in case something odd is being cached somewhere.

这篇关于为什么 Visual Studio 经常崩溃?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆