Clr Activation Debugging

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly does NOT show FOD dialogs, loads both v2 and v4 into the same process causing failures, or any time someone is wondering "what is happening with .NET Framework activation?"

managedcode 2433d29 5 files · 52.6 KB Updated

File contents

managedcode/llmtck/tree/main/.codex/skills/clr-activation-debugging commit 2433d290c5

Frequently asked questions

npx skillmds@latest add managedcode/clr-activation-debugging