简体   繁体   中英

ASP.NET 5 DNX issue

I have the following error when I try to start my ASP.NET 5 web application

Could not load file or assembly 'Microsoft.Dnx.Host.Clr' or one of its dependencies. The system cannot find the file specified.

How I can fix this?

enter image description here

Regarding this issue you need to update your beta6 runtime to newer one. Update your runtime via dnvm upgrade and project.json:

update all ...-beta6 packages to ...-rc1-final

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM