question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The specified runtime path 'default' does not exist.

See original GitHub issue

OmniSharp 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:closed
  • Created 8 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
xlfishbonecommented, Jan 23, 2016

Be sure to run “dnvm upgrade”

I ran into this issue b/c I didn’t read all the instructions.

0reactions
PierBovercommented, Apr 10, 2016

“dnvm upgrade”

Thanks @xlfishbone that did it for me too.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found