VS 2012开始崩溃

时间:2017-01-16 06:30:28

标签: visual-studio

VS 2012开始崩溃。我假设,这可能是卸载DevX Expression卸载的结果,这是通过添加/删除功能和放大器完成的。 Vs仍然试图加载加载项。是吗?

但是我尝试删除VS缓存文件并运行devenv / resetsettings并尝试添加/删除功能中的VS修复选项但不起作用。我还试过添加/删除功能的VS修复选项有没有解决方法来修复错误?

我在事件查看器中看到两个条目:

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Composition.CompositionException
   at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean)
   at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
   at Microsoft.VisualStudio.Ultimate.StartPage.ServiceProviderExtensions+<SatisfyImportsOnceAsync>d__3.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.VisualStudio.Ultimate.StartPage.StartPageVideosGridViewHost+<InitializeAsync>d__0.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.VisualStudio.Ultimate.StartPage.TaskCancellationHelper+<FireAndForget>d__0.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at System.Windows.Threading.ExceptionWrapper.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.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   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 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
  1. 应用程序错误 错误应用程序名称:devenv.exe,版本:11.0.61030.0,时间戳:0x5270a974 错误模块名称:KERNELBASE.dll,版本:6.1.7601.23418,时间戳:0x5708a7e4 异常代码:0xe0434352 故障偏移:0x0000c54f 错误进程id:0x4f4 错误应用程序启动时间:0x01d28768d5a8d4ef 错误应用程序路径:C:\ Program Files(x86)\ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ devenv.exe 错误模块路径:C:\ Windows \ syswow64 \ KERNELBASE.dll 报告编号:1ab9efde-f35c-11e6-ac49-ecf4bb5b8a80

0 个答案:

没有答案