-
Couldn't load subscription status.
- Fork 5.2k
Closed
Labels
Description
When trying to run dotnet runtime startup fails and prints the following error message
Failed to load the dll from [D:\git\dotnet-optimization\artifacts\out\sdk\x64\shared\Microsoft.NETCore.App\9.0.0-alpha.1.23577.7\coreclr.dll], HRESULT: 0x8007007E
You can obtain a copy of the instrumented SDK from here. I took a quick look at this is windbg, but all I could find is that we were getting an access violation when this error is printed. I couldn't find any symbols so I don't know where we were in startup.
Tagging @jkotas for routing.