TL 「無法解析coreclr」 路徑; DR在Ubuntu 14.04
我在http://dotnet.github.io/getting-started/文檔的Ubuntu 14.04以下。
當我運行dotnet run
它輸出Could not resolve coreclr path
它立即退出非零返回代碼,我不能在文檔中找到我應該做的事情。
更多細節
事實上,意想不到的事情在這之前發生:即使我加入
deb [arch=amd64] http://apt-mo.trafficmanager.net/repos/dotnet/ trusty main
我的消息來源,有沒有dotnet
包。但是有一個dotnet-dev
包,所以它是我實際安裝的這個包。當我運行
dotnet new
,dotnet restore
或dotnet compile
時,一切似乎都沒問題。當我運行
locate coreclr
時,我發現了幾個匹配的文件。特別是有一個/usr/share/dotnet-dev/runtime/coreclr
目錄,其中有幾個.dll
和.so
。還有一個$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
文件
對於我現在的'dnx run'安裝後[this](http://dotnet.github.io/docs/getting-started/installing/installing-core-linux.html)指南是有意義的。但仍然得到完全相同的錯誤'dotnet run'或從'。/ bin/Debug'運行二進制文件。 – brutallord