嗨,我已经尝试了很多方法,例如清除nuget本地缓存和其他各种操作,但是在PagedList控件下仍然有绿线。
我拥有最新版本的system.mvc.web(5.2.7)和最新版本的X.PagedList。
X.PagedList似乎需要5.2.6,我的web.config中具有重定向。
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
</dependentAssembly>
谁能告诉我我在做什么错。我已经清理了解决方案/项目,清除了nuget缓存。在剃刀和全球刀中玩过web.config文件。似乎什么都没有让步。
我的项目文件中也有这些行。我玩过的。
<Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Private>True</Private>
</Reference>
想法?