microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
233 stars 13 forks source link

[BUG] couldn't create connection to server #1285

Closed alonprince closed 3 months ago

alonprince commented 4 months ago

Describe the Issue

Using dotnet configured on PATH Dotnet path: C:\Program Files\dotnet\dotnet.exe Activating C# + C# Dev Kit... [Error - 18:09:03] Microsoft.CodeAnalysis.LanguageServer client: couldn't create connection to server. SyntaxError: Unexpected token ''... is not valid JSON at JSON.parse () at f (c:\Users\admin.vscode\extensions\ms-dotnettools.csdevkit-1.8.14-win32-x64\dist\extension.js:2:1436048)

image

Starting Clear environment... Using preinstalled .NET runtime at "C:\Program Files\dotnet\dotnet.exe" .NET server STDERR: Unhandled exception. .NET server STDERR: System.ArgumentNullException: Value cannot be null. (Parameter 'filePath') at Microsoft.VisualStudio.Telemetry.CommonProperty.CommonPropertyParserFactory.GetCommonPropertyParser(TelemetrySessionInternalBase session) at Microsoft.VisualStudio.Telemetry.TelemetrySessionInternalBase.LoadCommonProperties() at Microsoft.VisualStudio.ManagedTelemetry.VSCodeTelemetry.CreateAndStartDefaultSession(String sessionSettings) at Microsoft.VisualStudio.ManagedTelemetry.VSCodeTelemetry.StartTelemetrySessionAndCollector(String vsCodeTelemetryLevel, String customSessionId) at Microsoft.VisualStudio.Server.ServiceBroker.Program.<>c.<b7_1>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Invocation.AnonymousCommandHandler.InvokeAsync(InvocationContext context) at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>cDisplayClass18_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>cDisplayClass13_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>cDisplayClass22_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>cDisplayClass20_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<b19_0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass17_0.<b0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<b__6_0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<b__1_0>d.MoveNext() --- End of stack trace from previous location --- at System.CommandLine.Invocation.InvocationPipeline.InvokeAsync(IConsole console) at System.CommandLine.Parsing.ParseResultExtensions.InvokeAsync(ParseResult parseResult, IConsole console) at System.CommandLine.Parsing.ParserExtensions.InvokeAsync(Parser parser, String[] args, IConsole console) at Microsoft.VisualStudio.Server.ServiceBroker.Program.Main(String[] args) at Microsoft.VisualStudio.Server.ServiceBroker.Program.

(String[] args)

Error occurred in launchDotNetServer: Error: Stream terminated before required bytes were read. Failed at 'Spawn .NET server' (6035ms) with error: Error: Stream terminated before required bytes were read. Failed at 'Clear environment' (6018ms) with error: Error: Stream terminated before required bytes were read. Failed at 'handling solution file "c:\Users\admin\Documents\workspace\xxx\xxx.sln" in Dev Kit server' (6018ms) with error: Error: Stream terminated before required bytes were read. .NET server exited with 3762504530

Steps To Reproduce

No response

Expected Behavior

Microsoft.CodeAnalysis.LanguageServer is not working

Environment Information

vscode: version: 1.91.1 (user setup) Electron: 29.4.0 ElectronBuildId: 9728852 Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Windows_NT x64 10.0.22631

C# Dev Kit: v1.8.14

mattywarr commented 3 months ago

This is the same issue as the one I reported here: https://github.com/microsoft/vscode-dotnettools/issues/1256

alonprince commented 3 months ago

This is the same issue as the one I reported here: #1256

Thank you! I delete %Temp%\csdevkit\Telemetry\Resources.json file and resolved it!

dibarbet commented 3 months ago

Yup, closing as duplicate of https://github.com/microsoft/vscode-dotnettools/issues/1256