.net - "Could not resolve coreclr" path on Ubuntu 14.04 -


tl;dr

i'm following documentation @ http://dotnet.github.io/getting-started/ ubuntu 14.04.

when run dotnet run outputs could not resolve coreclr path , immediatly exit non 0 return code, , can't find in documentation i'm supposed do.

more details

  • actually, unexpected occured before that: though added deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main sources, there's not dotnet package. there's dotnet-dev package, it's package installed.

  • when run dotnet new, dotnet restore, or dotnet compile, seems ok.

  • when run locate coreclr find several files match. in particular there's /usr/share/dotnet-dev/runtime/coreclr directory several .dlls , .sos in it. there's $home/.dnx/packages/runtime.ubuntu.14.04-x64.microsoft.netcore.runtime.coreclr/1.0.1-rc2-23616/runtimes/ubuntu.14.04-x64/native/libcoreclr.so file

use dotnet-nightly. tried, still working. dotnet not installing , dotnet-dev broken.

source: http://apt-mo.trafficmanager.net/repos/dotnet/dists/trusty/main/binary-amd64/packages


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -