C#C
C#2y ago
hutonahill

program wont build in debug

program builds in normal mode, but not debug.

found this error in the debug output:
Started Thread 50644
Loaded Assembly 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.5\System.Runtime.InteropServices.dll'
Loading module C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.5\System.Runtime.InteropServices.dll in application domain 1:clrhost
Pdb file for assembly C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.5\System.Runtime.InteropServices.dll was not found or failed to read
Exited Thread 39836


no idea how to approch an eror like this. did i mess up my .NET install? do i just reinstall .NET?
Was this page helpful?