" dotnet"命令在.net core 1.1
中获取错误的当前应用程序路径实施例
我的项目代码路径:"e:/master/net/demo/demoMvc.csproj"
。
我的项目发布路径:"e:/master/net/demo/publish"
。
当我在"dotnet demoMvc.dll"
中运行命令"dotnet e:/master/net/demo/publish/demoMvc.dll"
或"e:/master/net/demo/publish"
时,它就可以了。
但是当运行命令"dotnet e:/master/net/demo/publish/demoMvc.dll"
不在"e:/master/net/demo/publish"
这条路径中时,它总是错误的。
我的代码:
错误图片:
导致更多错误:找不到所有页面!
答案 0 :(得分:-1)
var path = Path.Combine(env.WebRootPath, "images");
这是在wwwroot - >图像