Search code examples
rider.net-6.0

Rider doesn't debug with .NET 6


I get the following error:

One or more errors occurred. (One or more errors occurred. (CLR load callback is already in error state. A debug component is not installed. (0x80131C3C). The error code is CORDBG_E_DEBUG_COMPONENT_MISSING, or0x80131C3C.))


Solution

  • Updating to Rider 2021.3 EAP as pointed by @xtmq, solved the issue.