Visual Studio 2015常规崩溃

时间:2016-04-14 09:29:20

标签: crash visual-studio-2015

我没有Visual Studio 2013(或任何VS版本一直回到VS6)的主要问题,但2015年每天都会多次崩溃或挂起。我在两台不同的机器上运行它,新的Windows 10安装,两者都有相同的崩溃。

编辑:这个问题最初是指VS 2015 Update 2,但是每次更新发布后我都会编辑几次。

有许多不同的崩溃和挂起以及其他错误。截至2016年9月最常见的是:

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
   at Microsoft.VisualStudio.Shell.ThreadHelper.GetInvoker()
   at Microsoft.VisualStudio.Shell.ThreadHelper.InvokeOnUIThread(Microsoft.VisualStudio.Shell.InvokableBase)
   at Microsoft.VisualStudio.Shell.ThreadHelper.Invoke(System.Action)
   at Microsoft.VisualStudio.Shell.ThreadHelper+<>c__DisplayClass23_0+<<InvokeAsync>b__0>d.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.VisualStudio.Shell.ThreadHelper+<InvokeAsync>d__23.MoveNext()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
   at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadScheduler+<ExecuteTaskInRPCPriority>d__3.MoveNext()
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_1(System.Object)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

崩溃发生在随机时间。开始构建,在中断后恢复,从调试更改为发布,点击全部保存,切换文件,即使在空闲时也是如此。

更新 我已经放弃了。 VS 2015只是一个令人尴尬的混乱。在崩溃和其他破坏的功能(例如编辑和继续,破坏的调试器,断点失败等等)之间,它几乎无法用于任何严重大小的C ++项目。我已经回到VS 2013了,它跑得更快,更可靠。

0 个答案:

没有答案