You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
This causes IIS to fail with core clr on 2012 machines because IIS is the process loading the core clr.
The reason is that this code path:
https://github.com/aspnet/KRuntime/blob/dev/src/klr.core45/klr.core45.cpp#L115
LoadLibraryEx should be passing the flag LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR.
The text was updated successfully, but these errors were encountered: