Skip to content

Commit 4807b17

Browse files
monty241IEvangelistgewarren
authored
Explain how to solve "It was not possible to find any compatible fram… (#38937)
* Explain how to solve "It was not possible to find any compatible framework version." Occurs when DOTNET_ROOT is pointing to another install such as 5.0.23, but the dotnet-dump expects a more recent release such as 6 or 7. * Update docs/core/diagnostics/faq-dumps.yml Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: David Pine <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent e19b4cc commit 4807b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/core/diagnostics/faq-dumps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ sections:
3333
* [Debug Linux dumps](debug-linux-dumps.md)
3434
* [Debug a deadlock in a .NET app](debug-deadlock.md)
3535
36+
- question: |
37+
How can I solve "It was not possible to find any compatible framework version"
38+
answer: |
39+
On Linux, the `DOTNET_ROOT` environment variable must point to the correct folder when set. When it points to another .NET version, `dotnet-dump` always produces this error. When the `DOTNET_ROOT` environment variable isn't set, a different error is produced ("You must install .NET to run this application").

0 commit comments

Comments
 (0)