我昨天用IdentityModel 2.6更新了我的项目,我找不到为什么它不再编译这个错误。
error ASPRUNTIME : The pre-application start initialization method Start on type
Thinktecture.IdentityModel.Web.Configuration.AppStart threw an exception with the
following error message: Value cannot be null.
我刚刚更新了包,没有更改代码。
修改 问题来自于缺少此处描述的web.config部分http://brockallen.com/2013/05/28/configuration-for-wif-session-helper-apis-in-thinktecture-identitymodel/
这似乎是强制性的,必须填写所有属性,否则它会抛出...... 必须填充例句的sessionTokenCacheType ...
了解更多相关信息会很棒。
TIA
答案 0 :(得分:2)
这是2.6中的错误。请升级到2.6.1
答案 1 :(得分:1)
这是一个错误,已在2.6.1中修复。再次从NuGet更新。很抱歉给您带来不便。