我在针对 .Net Framework 4.5 版的 .Net c# MVC 应用程序中遇到以下错误:
The type 'System.Net.Http.HttpContent' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
我在项目中添加了引用,我什至编辑了 web.config 以包含对以下程序集的引用:
<system.web>
<compilation debug="true" targetFramework="4.0"/>
不幸的是,我找不到任何解释为什么会发生异常。有没有人有同样的例外?