Server Error in '/' Application. System.Web.Http.WebHost

家住魔仙堡 提交于 2019-12-06 00:59:34

The issue seems to be with finding the deployed assembly in your bin folder.

Check the bin folder - it should contain System.Web.Http.WebHost dll.

If this dll is in this folder, check the version by right-clicking the file and then properties.

If it isn't 4.0.0.0, then you should deploy version 4.0.0.0 or try right clicking on the reference in your project and making sure the "Specific Version" property is set to false.

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