-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE] - ProjectInitializationStatusService Failed #1113
Comments
Same error here. |
Can confirm, this resolved the issue for now. I didn't check other cs files after downgrading initially so that was dumb on my part. So after downgrading, close & reopen files for it to start working if you have any open already. |
Note: This looks like a regression in v1.5.20. |
@tmeschter/ @lifengl can you have a look please? |
@xenapior : this is clearly a problem because ASP.NET runtime is not installed on the machine. It invalidated our assumption that the ASP.NET runtime would be installed along with the SDK. (@xenapior , it would help us to understand how it gets there in the first place, like, did you download the SDK from a specific source, etc...) The ASP.NET dependency was added to support HTTPS channel, which might not be essential for all users. We will find a fix for that. |
@lifengl for Arch Linux it looks like they chose to package the components more discretely:
This is the case on other Linux distros as well, but often users install the SDK via a 'meta package' that references all three of these core components. If there is any Arch-specific documentation for DevKit we could call this out. @ComputerMaster1st can you install |
Executed and appears fine now after that. I only installed |
resolved it as a dup of #840 |
Describe the Issue
Currently using "Remote SSH" extension to write code remotely. However, I'm seeing the following error when loading the project:
Failed to listen to project initialization status: Error: Activating the "Microsoft.VisualStudio.ProjectSystem.ProjectInitializationStatusService (0.1)" service failed.
I have already tried the C# Dev Kit uninstalled and C# extension alone appears to be fine. However, the issue rises when the dev kit is installed and enabled. As a result of the error, IntelliCode also fails to work properly (if at all).
It did all work fine before an update was pushed for either the dev kit or vscode. Downgrading and even using pre-release builds yielded no changes with the error.
Full Output Logs:
C#:
C# Dev Kit:
Dotnet --Info:
Any assistance is greatly appreciated.
Steps To Reproduce
Install Remote SSH extension for VSCode
Connect to remote host
Create/Load Project
Expected Behavior
Projects load normally and IntelliCode works as normal.
Environment Information
Remote Host: Arch Linux
Local Hosts: MacOS 14.4.1 & Windows 11
VSCode Version: 1.89.1
C#: v2.28.11
C# Dev Kit: v1.5.20
IntelliCode for C# Dev Kit: v2.1.11
Remote - SSH: v0.110.1
The text was updated successfully, but these errors were encountered: