dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.68k stars 1.06k forks source link

Internal CLR error. (0x80131506) #40037

Open eric-git opened 6 months ago

eric-git commented 6 months ago

Symptom: On a Windows 10 PC, I installed dotnet 8 then run below in cmd / pwsh dotnet --version or --info returns Internal CLR error. (0x80131506)

I tried:

  1. reinstall/repaire dotnet SDK
  2. confirm environment variables are correct
  3. install new Windows 10 system and the latest updates

The PC was OK with dotnet 6.

dotnet-issue-labeler[bot] commented 6 months ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

nagilson commented 4 months ago

@dotnet/appmodel Do you think this error is coming from the host? This is a pretty generic error, I'm not sure what further info we can gather from this user.

agocke commented 4 months ago

This is the host saying something in the runtime is broken. We would need a live repro or a dump to investigate further.