dnu发布后不能在linux机器上运行的ASP.Net VNext

时间:2015-07-17 13:55:29

标签: docker dnx .net-core

我正在使用dnx运行vanilla ASP.Net VNext hello world应用程序。当我执行" dnx。运行",它运行得很好。但是当我使用" dnu发布"创建自包含的包(因此创建web.cmd),它无法在linux上运行并出现错误

root@Xavier:~/Net/HelloWorldCore/bin/output# web.cmd
web.cmd: command not found

我累了" chmod 777 web.cmd",然后它无法识别dnx

root@Xavier:~/Net/HelloWorldCore/bin/output# chmod 777 web.cmd 
root@Xavier:~/Net/HelloWorldCore/bin/output# ./web.cmd
./web.cmd: line 1: $'\r': command not found
./web.cmd: line 2: @dnx.exe: command not found

我正在使用Ubuntu 14.04

root@Xavier:~/dnvm list

Active Version              Runtime Arch Location             Alias
------ -------              ------- ---- --------             -----
       1.0.0-beta4          coreclr x64  ~/.dnx/runtimes      
       1.0.0-beta5          mono         ~/.dnx/runtimes      default
       1.0.0-beta6-12207    coreclr x64  ~/.dnx/runtimes      
       1.0.0-beta6-12207    mono         ~/.dnx/runtimes      
  *    1.0.0-beta4          mono         ~/.dnx/runtimes      

1 个答案:

答案 0 :(得分:2)

在Linux上,您不能运行.cmd文件。 Cmd仅适用于Windows。只需运行命令名称,不带任何扩展名:./web