我剛剛上傳了一個Asp.Net Web Api 2.2項目到生產服務器,我得到了標題中指出的錯誤。無法加載文件或程序集System.Web.Http,版本= 5.2.2.0
在我的web.config我已經有這樣的:
<dependentAssembly>
<assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0" />
</dependentAssembly>
文件並在bin存在。什麼會造成這種情況?
我所有的Asp.Net Web API文件都是最新的,並顯示版本5.2.2。它可以在我的開發機器上正常工作。
重新安裝它爲我做了。 – 2015-12-17 19:32:35
沒有爲我工作 – 2017-10-26 16:45:26