The specified runtime path 'default' does not exist.
See original GitHub issueOmniSharp has a few errors when opening my project, including:
[ERROR:OmniSharp.Dnx.DnxPaths] The specified runtime path 'default' does not exist. Searched locations /Users/david/.dnx/runtimes/dnx-mono.default
/Users/david/.dnx/runtimes/kre-mono.default
/Users/david/.dnx/packages/KRE-Mono.default
/Users/david/.k/runtimes/dnx-mono.default
/Users/david/.k/runtimes/kre-mono.default
/Users/david/.k/packages/KRE-Mono.default
/Users/david/.kre/runtimes/dnx-mono.default
/Users/david/.kre/runtimes/kre-mono.default
/Users/david/.kre/packages/KRE-Mono.default.
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Let's investigate 'The specified runtime path 'default' does ...
The main issue is that the ~/.dnx/runtimes folder is empty. As a temp workaround I think it makes sense to symlink this folder...
Read more >Cannot find runtime 'node' on PATH - Visual Studio Code ...
When I installed Node.js there was an option that said Add to PATH (Available After Restart). Seems like Windows just needs a restart...
Read more >Cannot debug net6.0-macos Apps - Developer Community
This is a regression. I can no longer debug net6.0-macos apps. It also fails for net6.0-maccatalyst apps. When I hit debug, the following ......
Read more >Troubleshoot .NET tool usage issues
The . NET CLI tries to add the default location to the PATH environment variable on its first usage.
Read more >PATH and CLASSPATH (The Java™ Tutorials > Essential ...
The default value of the class path is ".", meaning that only the current directory is searched. Specifying either the CLASSPATH variable or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Be sure to run “dnvm upgrade”
I ran into this issue b/c I didn’t read all the instructions.
Thanks @xlfishbone that did it for me too.