Visual Studio 2010的崩溃上启动(Visual Studio 2010 crashe

2019-07-05 08:00发布

我们一直在使用VS 2010年的这台机器上,(服务器2003年)和现在的Visual Studio刚刚开始崩溃在启动。 有没有办法在所有运行它,它只是崩溃每次。

我试过的devenv.exe / SafeMode下,resetsettings等相同的结果。 我试着重新安装VS2010,我已经试过未安装它,并重新安装,同样的事情。

在事件日志中说,这是与Team Foundation Server中要做到:


的EventType clr20r3,P1 devenv.exe的,P2 10.0.30319.1,P3 4ba1fab3,P4 microsoft.teamfoundation.common,P5 10.0.0.0,P6 502e379e,P7 4B6,P8 45 P9 system.missingMethodException而,P10 NIL。


还有一个带有堆栈跟踪错误:


Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.MissingMethodException
Stack:
   at Microsoft.VisualStudio.TeamFoundation.TeamFoundationHost+AuthenticateWorker.WorkCompleted(System.Object, System.Object, System.ComponentModel.AsyncCompletedEventArgs)
   at Microsoft.TeamFoundation.Common.TfsBackgroundWorkerManager.worker_RunWorkerCompleted(System.Object, System.ComponentModel.RunWorkerCompletedEventArgs)
   at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs)
   at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.runTryCode(System.Object)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.InvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

我们使用TFS和曾与它没有任何问题。
任何想法,为什么这开始发生,更重要的是,我怎么能解决这个问题? 虽然目前没有出现任何的方式来启动Visual Studio没有TFS组成部分,我们需要TFS反正。

Answer 1:

下面为我​​工作

  1. 关闭VS的所有实例

  2. 进入[系统驱动器]:\用户[用户名] \应用程序数据\漫游\微软\ VisualStudio的\ 10.0

  3. 从上面的文件夹中删除所有文件和文件夹。

并重新打开VS,一切都应该恢复正常。



Answer 2:

我卸载电动工具(没有工作),我安装了最新的电动工具(没有工作),我卸载TFS(它开始工作),那么我重新安装TFS(它仍然工作:))

感谢,并通过在Windows事件日志中详细关闭错误信息的方式为:

故障存储3292093736,5型事件名称:CLR20r3响应:不可用驾驶室ID:0

问题签名:P1:P2 devenv.exe的:10.0.30319.1 P3:4ba1fab3 P4:Microsoft.TeamFoundation.Common P5:10.0.0.0 P6:502e379e P7:4B6 P8:45 P9:system.missingMethodException而P10:

附加的文件:

这些文件可能是可在这里:C:\用户\ rahiljm \应用程序数据\本地\微软\的Windows \ WER \ ReportArchive \ Critical_devenv.exe_1e501d4117b8b2664a23a63826807fb1d894270_1b9a7992

分析符号:对于复核解:0的报告ID:f92dcd0f-91aa-11e2-8682-8c89a571d971报告状态:0



Answer 3:

我被迫重新安装Visual Studio 2010中获得的BizTalk 2010 ESB工作后,曾就此问题。

我无法,因为它似乎没有有效的内容更多的下载KB2581206。 但是还存在另一种下载也没有工作...

http://www.microsoft.com/en-us/download/details.aspx?id=29082

......这是Visual Studio 2010 SP1 Team Foundation Server的兼容性GDR。



Answer 4:

它看起来像这个问题是一个Windows更新,这是与已安装的团队基础服务器2010年电动工具不兼容。 当我安装了最新版本的电动工具,VS停止崩溃。

http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f

我已经删除了这一切,但我想..谁知道...



Answer 5:

我有同样的问题。

我重新安装了Visual Studio的SP1和卸载.Net Framework的所有语言包。 之后,问题得到解决。



文章来源: Visual Studio 2010 crashes on startup