ASP.NET MVC中,StackExchange.Redis的IDatabase接口为何分布在两个DLL文件里?

2026-05-17 12:203阅读0评论SEO教程
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计185个文字,预计阅读时间需要1分钟。

ASP.NET MVC中,StackExchange.Redis的IDatabase接口为何分布在两个DLL文件里?

我安装了Redis、StackExchange 和 nuget,工作正常。后来又安装了 RedisSessionStateProvider nuget,它依赖于 StackExchange.Redis.StrongName。现在收到以下错误,Error 107: The type 'StackExchange.Redis.IDatabase' exists in multiple assemblies。

阅读全文

本文共计185个文字,预计阅读时间需要1分钟。

ASP.NET MVC中,StackExchange.Redis的IDatabase接口为何分布在两个DLL文件里?

我安装了Redis、StackExchange 和 nuget,工作正常。后来又安装了 RedisSessionStateProvider nuget,它依赖于 StackExchange.Redis.StrongName。现在收到以下错误,Error 107: The type 'StackExchange.Redis.IDatabase' exists in multiple assemblies。

阅读全文