.net core 3.1 添加 Session 服务后,运行报错。

在启用.NET Core 3.1应用的Session服务后,遇到构造服务时的错误,提示无法解析IDistributedCache服务。错误详细信息涉及到DistributedSessionStore的激活问题。解决方法是在ConfigureServices方法中添加DistributedMemoryCache服务,从而解决IDistributedCache服务的依赖问题,应用运行正常。
摘要由CSDN通过智能技术生成

.net core 3.1 添加 Session 服务后,运行报错。

错误

提示:Some services are not able to be constructed (Error while validating the service descriptor ‘ServiceType: Microsoft.AspNetCore.Session.ISessionStore Lifetime: Transient ImplementationType: Microsoft.AspNetCore.Session.DistributedSessionStore’: Unable to resolve service for type ‘Microsoft.Extensions.Caching.Distributed.IDistributedCache’ while attempting to activate ‘Microsoft.AspNetCore.Session.DistributedSessionStore’.)

请添加图片描述

翻译

无法构造某些服务(验证服务描述符“ServiceType:Microsoft.AspNetCore.Session.ISessionStore生存期:瞬态实现类型:Microsoft.AspNetCore.Session.DistributedSessionStore”时出错):无法解析类型“Microsoft.Extensions.Caching.DistributedCache”的服务,而正在尝试激活“Microsoft.AspNetCore.Session.DistributedSessionStore”。)

解决办法

具体原因不是很清楚(

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值