You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to launch 'c:\users\sam\appdata\local\microsoft\visualstudio\16.0_80a394a5roslyndev\extensions\microsoft\roslyn language services\42.42.42.4242424\InteractiveHost\Desktop\InteractiveHost64.exe' process (exit code: 1) with output:
System.IO.IOException: The handle is invalid.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.Console.set_OutputEncoding(Encoding value)
at Microsoft.CodeAnalysis.Interactive.InteractiveHost.Service..ctor(Func`2 invokeOnMainThread) in C:\dev\roslyn\src\Interactive\Host\Interactive\Core\InteractiveHost.Service.cs:line 143
at Microsoft.CodeAnalysis.Interactive.InteractiveHost.Service.<RunServerAsync>d__18.MoveNext() in C:\dev\roslyn\src\Interactive\Host\Interactive\Core\InteractiveHost.Service.cs:line 236
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at Microsoft.CodeAnalysis.Interactive.InteractiveHostEntryPoint.<Main>d__0.MoveNext() in C:\dev\roslyn\src\Interactive\HostProcess\InteractiveHostEntryPoint.cs:line 46
The text was updated successfully, but these errors were encountered:
sharwell
added a commit
to sharwell/roslyn
that referenced
this issue
Sep 9, 2020
Version Used: 20760c9
Steps to Reproduce:
Run dotnet/roslyn integration tests.
Actual Behavior:
The text was updated successfully, but these errors were encountered: