CS1501:方法无过载> 'OpenIdSelectorScripts'有2个参数

时间:2013-05-23 07:50:53

标签: asp.net-mvc asp.net-mvc-3 razor dotnetopenauth

我在MVC3中使用openId收到此错误。

  

描述:编译资源期间发生错误   需要为此请求提供服务。请查看以下具体内容   错误详细信息并适当修改源代码。

     

编译器错误消息:CS1501:方法没有重载   'OpenIdSelectorScripts'需要2个参数

     

来源错误:

Line 63:             </p>
Line 64:        </div>
Line 65:     @MvcHtmlString.Create(Html.OpenIdSelectorScripts(options, null))

此web.config

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Helpers"
             publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.Mvc"
             publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="4.0.0.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Web.WebPages"
             publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

请帮助

0 个答案:

没有答案