c# – Html.OpenIdSelectorScripts抛出NullReferenceException的helper方法

前端之家收集整理的这篇文章主要介绍了c# – Html.OpenIdSelectorScripts抛出NullReferenceException的helper方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试导航到logon页面时,我不断收到此错误

System.NullReferenceException: Object reference not set to an instance of an object

抛出错误代码行是:

<%= Html.OpenIdSelectorScripts(this,options,null)%>.

有谁知道为什么这行代码会抛出错误

解决方法

看看这个链接Gougle-Groups/DotNetOpenAuth: “我怀疑你在global.asax.cs文件中缺少OpenIdDiscover命名路由.”
原文链接:https://www.f2er.com/csharp/244112.html

猜你在找的C#相关文章