请求的服务“Microsoft.AspNetCore.Mvc.ViewFeatures”。尚未注册ITempDataDictionaryFactory。
.net5程序启动异常
The requested service 'Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use

博客主要围绕.net5程序启动异常展开,给出的解决方案是修改Startup.cs中的ConfigureServices方法,还提供了参考链接https://www.cnblogs.com/ansheng/p/14239237.html 。

1920

被折叠的 条评论
为什么被折叠?



