An assembly specified in the application dependencies manifest (…) was not found

前端 未结 9 550
长发绾君心
长发绾君心 2020-12-23 16:38

I upgraded Microsoft.AspNetCore from 2.0.3 to 2.0.5 and my WebAPI project, although running successfully locally, fails to start in production (IIS). Everything was fine in

9条回答
  •  北海茫月
    2020-12-23 17:05

    In most case you get that error because there's misalignment of versions.

    I changed the Microsoft.VisualStudio.Web.CodeGeneration.Design version, an it worked.

    Before

    
    

    After

    
    

提交回复
热议问题