Unable to load application or execute command 'Microsoft.AspNet.Server.Kestrel'

本小妞迷上赌 提交于 2019-11-30 21:14:35

Make sure you have all the dependencies installed on target server. Run dnu list in cmd to see all the project dependencies.

If some of them are not installed (they will appear red) run dnu restore to restore all packages.

You can also make sure that your project builds successfully by running dnu build

Hope it helps..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!