Hello,
When using the ZeroGC, my CLR can't start with an HRESULT 80004005 (E_FAIL):
Failed to create CoreCLR, HRESULT: 0x80004005
Do you have an idea why ? I have put the dll here: C:\Windows\Microsoft.NET\Framework64\v4.0.30319, also I had to add a function called GC_IsCompatibleWithRuntime() in the main, otherwise the ZeroGC wouldn't be selected (clr.dll was trying to GetProcAddress(GC_IsCompatibleWithRuntime)).
Hello,
When using the ZeroGC, my CLR can't start with an
HRESULT 80004005 (E_FAIL):Do you have an idea why ? I have put the dll here:
C:\Windows\Microsoft.NET\Framework64\v4.0.30319, also I had to add a function calledGC_IsCompatibleWithRuntime()in the main, otherwise the ZeroGC wouldn't be selected (clr.dllwas trying to GetProcAddress(GC_IsCompatibleWithRuntime)).