估计是版本不对吧
都是4.5的版本呀,而且我把缓存单独新建一个项目就不报错,也能存入,放到我的项目中就报错
添加ICSharpCode.SharpZipLib.dll以后需要在WebConfig中的configuration节点下添加一项配置,配置如下:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" />
<bindingRedirect oldVersion="0.84.0.0-0.86.0.518" newVersion="0.86.0.518" />
</dependentAssembly>
</assemblyBinding>
</runtime>