Search code examples
c#visual-studioissue-tracking

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


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?


Solution

  • Fixed in 16.8.2 update.

    Use Installer to update to 16.8.2