Visual Studio 2008在尝试提取方法时停止响应

时间:2012-10-31 01:38:55

标签: c# winforms visual-studio-2008

每次尝试在Visual Studio 2008中提取方法时,IDE都会停止响应并最终崩溃。崩溃时我没有收到错误消息,但事件日志中的错误如下。其他人有过这个问题吗?我之前没有问题就重构和提取了方法。我的系统最近没有安装任何东西。我还尝试重新启动Visual Studio并重新启动我的计算机。

The description for Event ID 0 from source devenv cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event: 

The data source '{130bada6-e128-423c-9d07-02e4734d45d4}' specifies no supporting providers or a set that are not registered.

the message resource is present but the message is not found in the string/message table

1 个答案:

答案 0 :(得分:0)

经过几个小时的尝试,包括VS 2008的修复安装在内的所有东西,它最终成为我试图重构一个方法的代码中的一个断点。有一次,我删除了代码重构的断点(即提取到方法)而没有问题。