执行查找所有引用时,Visual Studio 2010 崩溃

问题描述:

完成编辑[我把上一个问题搞砸了]

出现一个对话框说[标题:查找定义]为项目_"

A dialogue box shows up saying [title: find definition] Preparing files for project '_'

然后它中途崩溃了.

我尝试在两台不同的计算机上执行此操作,但仍然崩溃.

I've tried to do it on two different computers, but it still crashes.

它适用于其他较小的解决方案,但这是我最大的解决方案.大约 16 个项目.

It works for other smaller solutions, but this is my biggest one. about 16 projects.

当您说 Visual Studio 崩溃时,它是进入未响应"状态还是完全崩溃(想要提交错误报告等)) ?

When you say Visual Studio crashes, does it just go into the "Not Responding" state or does it have a full on crash (wanting to submit error report etc) ?

无响应状态是正常的,如果只是这样(即让它继续运行).

The Not Responding state is normal if it is just that (ie. just let it keep running).

如果你还在苦苦挣扎,我已经使用 Notepad++ 对大型项目进行了搜索和替换.您需要确保首先检出所有项目(如果在源代码控制下),然后运行 ​​Find in Files 搜索并替换所有项目.

If you are still struggling, I have used Notepad++ to do search and replaces on huge projects. You would need to ensure all your projects are Checked-out first (if under source control) and then run a Find in Files search and replace over all your projects.

对不起,我没有什么比你更能启发你的了.

Sorry I have nothing more enlightening for you.