Visual Studio 16.8.1 Always Showing One of The Processes Crashed (Code Editor/CodeAnalysis Crash)

寵の児 提交于 2021-01-28 06:21:20

问题


Sometimes CodeAnalysis Crashes When I Write Code, and Visual Studio Tells Me To Save Files, Close And Reopen Visual Studio. It Fixes When I Open And Close It But It Crashes Again For A Time.

Version: 16.8.1

Info:

System.OperationCanceledException: Operation canceled.
    at System.Threading.CancellationToken.ThrowOperationCanceledException ()
    at System.IO.Pipes.NamedPipeServerStream.EndWaitForConnection (IAsyncResult asyncResult)
    at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic (IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
    at async Microsoft.CodeAnalysis.Remote.RemoteEndPoint.InvokeAsync [T] (<Unknown Parameters>)

Is There a Temporary Solution to the Problem?


回答1:


Fixed in 16.8.2 update.

Use Installer to update to 16.8.2



来源:https://stackoverflow.com/questions/64917410/visual-studio-16-8-1-always-showing-one-of-the-processes-crashed-code-editor-co

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!