-
Notifications
You must be signed in to change notification settings - Fork 686
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
Failed to load project file: NullReferenceException #3341
Comments
can you share this project?
according to the log you provided, there is no Visual Studio 2019 available on the machine? you could try installing Build Tools for VS2019 https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 |
@filipw Thanks for the response. I've reinstalled Build Tools for VS2019, but it hasn't made any difference. I created a new dotnet project with |
@nguerrera do you have any idea? https://github.com/Ratismal/omnisharp_testproj/blob/master/omnisharp.log |
Just an update, I've completely reinstalled my computer and this problem no longer occurs. I'm going to close this issue because I think it was likely related to something in my previous windows installation. Feel free to reopen if you think this isn't the case, but I won't be able to provide any more information. |
Environment data
dotnet --info
output:VS Code version: 1.39.1
C# Extension version: 1.21.4
Steps to reproduce
I'm trying to use VSCode to load a Unity project. I'm not sure about any specific reproduction steps, as the same project works fine on another machine.
Expected behavior
Omnisharp should load the project.
Actual behavior
Omnisharp fails with this error:
I've attached the full log:
omnisharp.log
Solutions attempted
I've reinstalled:
I've tried
{"omnisharp.path": "latest"}
Any help would be appreciated, as I've been trying to figure this out for hours.
The text was updated successfully, but these errors were encountered: